tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches

etl::flat_set and etl::flat_multiset container adaptors More...

Classes

struct  flat_set< Key, Container, Compare >
 A flat_set is a container adaptor that provides an associative container interface that supports unique keys (contains at most one of each key value) and provides for fast retrieval of the keys themselves. flat_set supports random access iterators. Any sequence container supporting random access iteration can be used to instantiate flat_set. More...
 

Detailed Description

etl::flat_set and etl::flat_multiset container adaptors