luad.conversions.variant

Internal module for pushing and getting variants (from $(STDMODULE _variant)). Currently, only $(STDREF _variant,Algebraic) is supported.

Members

Functions

getVariant
T getVariant(lua_State* L, int idx)
Undocumented in source. Be warned that the author may not have intended to support it.
isAllowedType
bool isAllowedType(lua_State* L, int idx)
Undocumented in source. Be warned that the author may not have intended to support it.
pushVariant
void pushVariant(lua_State* L, T value)
Undocumented in source. Be warned that the author may not have intended to support it.

Templates

isVariant
template isVariant(T)
Undocumented in source.

Meta