tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
flat_set.hpp File Reference

Go to the source code of this file.

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...
 

Namespaces

namespace  etl
 

Functions

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