nngn
|
Type used to get/push vectors as user data in Lua. More...
#include <lua_vector.h>
Public Member Functions | |
lua_vector (lua_Integer n) | |
Convenience n-element construction from a lua_Integer . | |
lua_vector (base_type &&rhs) | |
Private Types | |
using | base_type = typename std::vector<T> |
Type used to get/push vectors as user data in Lua.
|
private |
|
inlineexplicit |
Convenience n-element construction from a lua_Integer
.
|
inlineexplicit |