![]() |
Home | Libraries | People | FAQ | More |
boost::container::set
// In header: <boost/container/set.hpp> template<typename InputIterator, typename Compare, typename Allocator, typename = dtl::require_nonallocator_t<Compare>, typename = dtl::require_allocator_t<Allocator> > set(ordered_unique_range_t, InputIterator, InputIterator, Compare const &, Allocator const &);