Go to the source code of this file.
|
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...
|
|
|
template<typename Key, typename Container, typename Compare, typename Pred> |
constexpr auto | erase_if (etl::flat_set< Key, Container, Compare > &c, Pred pred) -> typename etl::flat_set< Key, Container, Compare >::size_type |
|