Concepts
-
namespace luco the namespace for luco
- concept container_or_node_type puts a constraint on the allowed types to be inserted into luco::
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 luco::
node - concept is_allowed_node_type allowed types in luco::
node - concept is_allowed_value_type puts a constraint on the allowed luco types for luco::
value - concept is_key_value_container concept for enabling luco::
node to accept std key/value containers - concept is_value_container concept for enabling luco::
node to accept std array-like containers
- concept container_or_node_type puts a constraint on the allowed types to be inserted into luco::