OpenMiner
0.0.1a
Voxel game engine
sol
stack
getter< wchar_t >
Static Public Member Functions
|
List of all members
sol::stack::getter< wchar_t > Struct Template Reference
#include <
sol.hpp
>
Static Public Member Functions
static wchar_t
get
(lua_State *L, int index,
record
&tracking)
Member Function Documentation
§
get()
static wchar_t
sol::stack::getter
< wchar_t >::get
(
lua_State *
L
,
int
index
,
record
&
tracking
)
inline
static
9807
{
9808
typedef
std::conditional_t<sizeof(wchar_t) == 2, char16_t, char32_t> Ch;
9809
getter<Ch> g;
9810
(void)g;
9811
auto
c = g.get(L, index, tracking);
9812
return
static_cast<
wchar_t
>
(c);
9813
}
The documentation for this struct was generated from the following file:
external/
sol.hpp
Generated by
1.8.12