![]() |
TerraForge3D
2.3.1
3D Terrain And Landscape Generator
|
using nlohmann::basic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer, BinaryType >::boolean_t = BooleanType |
a type for a boolean
RFC 8259 implicitly describes a boolean as a type which differentiates the two literals true
and false
.
To store objects in C++, a type is defined by the template parameter BooleanType which chooses the type to use.
With the default values for BooleanType (bool
), the default value for boolean_t is:
Boolean values are stored directly inside a basic_json type.