Concepts
-
namespace ljson the namespace for ljson
- concept container_or_node_type puts a constraint on the allowed types to be inserted into ljson::
node which is container_type_concept or is_allowed_node_type - concept container_type_concept puts a constraint on the allowed std container types to be inserted into ljson::
node - concept is_allowed_node_type allowed types in ljson::
node - concept is_allowed_value_type puts a constraint on the allowed json types for ljson::
value - concept is_key_value_container concept for enabling ljson::
node to accept std key/value containers - concept is_value_container concept for enabling ljson::
node to accept std array-like containers
- concept container_or_node_type puts a constraint on the allowed types to be inserted into ljson::