![]() |
Home | Libraries | People | FAQ | More |
boost::container::flat_set
// In header: <boost/container/flat_set.hpp> template<typename InputIterator> flat_set(ordered_unique_range_t, InputIterator, InputIterator) -> flat_set< it_based_value_type_t< InputIterator > >;
Deduction guide: allows a flat_set to be constructed from an already ordered, unique iterator range [first, last), deducing the key type from InputIterator and using the default comparator and allocator.