Other containers: circular_queue, table_index, static_table, etc. |
Classes | |
class | circular_queue< T > |
A queue with a fixed capacity which supports putting back elements. Pushing more elements than there is capacity will pop the least recently pushed elements. More... | |
class | static_table< KeyType, ValueType, Size, Traits > |
A simple lookup table of fixed size. [under review]. More... | |
class | static_table_traits< KeyType, ValueType > |
A traits class for use with adobe::static_table. More... | |
class | table_index< Key, T, Transform, Compare > |
Utility class for indexing objects based on specific member variable values. More... |