Lua-API++
2015-02-12-3
Lua-API++ library
|
Return value for Lua functions. More...
Inherits returnableByAny, and noNew.
Return value for Lua functions.
This type is used for returning values from functions. You cannot create Retval directly, only by using Context::ret or Context::error functions. You can, however, delegate its creation to another function like this:
return
operator.