How to bind a C++ function to lua that return multiple values with luabind?
snippet in lua
How to bind a C++ function to lua that return multiple values with luabind?
user911
def("retByRef", &retByRef, pure_out_value(_1) + pure_out_value(_2))