...one of the most highly regarded and expertly designed C++ library projects in the world. — Herb Sutter and Andrei Alexandrescu, C++ Coding Standards
...one of the most highly regarded and expertly designed C++ library projects in the world.
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.