- check_type
: IS_ACCESS_WITHOUT_KEY_ALLOWED< KeyDispatchTag >
, IS_ACCESS_WITHOUT_KEY_ALLOWED< type_key_dispatch_tag >
- container_type
: container_storage< KeyType, DataType, ObjectType, object_provided_id, KeyDispatchTag, dense_data_tag >
, container_storage< KeyType, DataType, ObjectType, ObjectIdentificationTag, KeyDispatchTag, StorageTag >
, container< KeyType, DataType, ObjectType, ObjectIdentificationTag, KeyDispatchTag, StorageTag >
- id_type
: object_identifier< ObjectType >
, container_storage< KeyType, DataType, ObjectType, object_provided_id, KeyDispatchTag, dense_data_tag >
, container_storage< KeyType, DataType, ObjectType, ObjectIdentificationTag, KeyDispatchTag, StorageTag >
- key_DataType
: container_key_value_pair< KeyType, DataType, KeyDispatchTag >
, container_erasure_dispatcher< KeyType, DataType, object_provided_id, type_key_dispatch_tag, dense_data_tag >
, container_erasure_dispatcher< KeyType, DataType, object_provided_id, KeyDispatchTag, dense_data_tag >
, container_key_value_pair< KeyType, DataType, type_key_dispatch_tag >
- reference
: data_container< KeyType, DataType, ObjectType >
, container< KeyType, DataType, ObjectType, ObjectIdentificationTag, KeyDispatchTag, StorageTag >
- tag
: key_dispatch< KeyType >
, object_identifier< ObjectType >
, storage< KeyType, DataType, ObjectType >
- type
: data_type_reference< DataType, ContainerType >
, data_type_reference< bool, std::vector< bool > >