Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::intrusive::make_unordered_set< T, O1, O2, O3, O4, O5, O6, O7, O8, O9, O10 > Struct Template Reference

Helper metafunction to define an unordered_set that yields to the same type when the same options (either explicitly or implicitly) are used. More...

#include <unordered_set.hpp>

Public Types

typedef implementation_defined type
 

Detailed Description

template<class T, class O1 = void, class O2 = void, class O3 = void, class O4 = void, class O5 = void, class O6 = void, class O7 = void, class O8 = void, class O9 = void, class O10 = void>
struct boost::intrusive::make_unordered_set< T, O1, O2, O3, O4, O5, O6, O7, O8, O9, O10 >

Helper metafunction to define an unordered_set that yields to the same type when the same options (either explicitly or implicitly) are used.

Member Typedef Documentation

template<class T, class O1 = void, class O2 = void, class O3 = void, class O4 = void, class O5 = void, class O6 = void, class O7 = void, class O8 = void, class O9 = void, class O10 = void>
typedef implementation_defined boost::intrusive::make_unordered_set< T, O1, O2, O3, O4, O5, O6, O7, O8, O9, O10 >::type

The documentation for this struct was generated from the following file: