Data Structures |
| struct | default_data_for_key |
| | A traits class that specifies the default data type for a key. By default, no key type has a default data type. More...
|
| struct | key_dispatch |
| | A traits class that specifies whether data is accessed using full key dispatches (object and type), or using the key type only. More...
|
| struct | object_identifier |
| | Traits class that specifies the object identification mechanism. More...
|
| struct | storage |
| | A traits class that specifies whether data should be stored in a dense (i.e. vector) or a sparse (i.e. map) manner. More...
|