![]() |
Home | Libraries | People | FAQ | More |
boost::container::set
// In header: <boost/container/set.hpp> template<typename InputIterator, typename AllocatorOrCompare> set(InputIterator, InputIterator, AllocatorOrCompare const &) -> set< it_based_value_type_t< InputIterator >, typename dtl::if_c< dtl::is_allocator< AllocatorOrCompare >::value, std::less< it_based_value_type_t< InputIterator > >, AllocatorOrCompare >::type, typename dtl::if_c< dtl::is_allocator< AllocatorOrCompare >::value, AllocatorOrCompare, new_allocator< it_based_value_type_t< InputIterator > > >::type >;