value_stack
value_stack::push_bool
value_stack::push_double
value_stack::push_null
value
string
array
object
storage_ptr
Push a bool onto the stack.
bool
void push_bool( bool b);
This function pushes a boolean value onto the stack.
Basic guarantee. Calls to memory_resource::allocate may throw.
memory_resource::allocate
b
The boolean to insert.