Luwra
Minimal-overhead Lua wrapper for C++
|
A version of Value
for pushing return values onto the stack. ReturnValue
inherits push
implementations from Value
.
More...
#include <values.hpp>
Inherited by luwra::ReturnValue< Type & >, luwra::ReturnValue< Type && >, luwra::ReturnValue< const Type >, luwra::ReturnValue< const volatile Type >, and luwra::ReturnValue< volatile Type >.
Static Public Member Functions | |
template<typename... Args> | |
static size_t | push (State *state, Args &&... args) |
A version of Value
for pushing return values onto the stack. ReturnValue
inherits push
implementations from Value
.
|
inlinestatic |