Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::multi_index::multi_index_container< Value, IndexSpecifierList, Allocator >::nth_index< N > Struct Template Reference

#include <multi_index_container.hpp>

Public Types

typedef mpl::at_c
< index_type_list, N >::type 
type
 

Public Member Functions

 BOOST_STATIC_ASSERT (N >=0 &&N< mpl::size< index_type_list >::type::value)
 

Member Typedef Documentation

template<typename Value, typename IndexSpecifierList, typename Allocator>
template<int N>
typedef mpl::at_c<index_type_list,N>::type boost::multi_index::multi_index_container< Value, IndexSpecifierList, Allocator >::nth_index< N >::type

Member Function Documentation

template<typename Value, typename IndexSpecifierList, typename Allocator>
template<int N>
boost::multi_index::multi_index_container< Value, IndexSpecifierList, Allocator >::nth_index< N >::BOOST_STATIC_ASSERT ( )

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