Luwra
Minimal-overhead Lua wrapper for C++
Static Public Member Functions | List of all members
luwra::Value< bool > Struct Reference

Enables reading/pushing booleans. More...

#include <values.hpp>

Static Public Member Functions

static void push (State *state, bool value)
 
static bool read (State *state, int n)
 

Detailed Description

Enables reading/pushing booleans.

Member Function Documentation

◆ push()

static void luwra::Value< bool >::push ( State state,
bool  value 
)
inlinestatic

◆ read()

static bool luwra::Value< bool >::read ( State state,
int  n 
)
inlinestatic