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>
 | 
| typedef implementation_defined  | type | 
|   | 
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. 
 
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: