#include <multi_index_container.hpp>
Public Types | |
| typedef MultiIndexContainer::index_type_list | index_type_list |
| typedef mpl::find_if< index_type_list, detail::has_tag< Tag > >::type | iter |
| typedef mpl::deref< iter >::type | type |
Public Member Functions | |
| BOOST_STATIC_ASSERT (index_found) | |
| BOOST_STATIC_CONSTANT (bool, index_found=!(is_same< iter, typename mpl::end< index_type_list >::type >::value)) | |
Definition at line 1028 of file multi_index_container.hpp.
| typedef MultiIndexContainer::index_type_list boost::multi_index::index< MultiIndexContainer, Tag >::index_type_list |
Definition at line 1030 of file multi_index_container.hpp.
| typedef mpl::find_if< index_type_list, detail::has_tag<Tag> >::type boost::multi_index::index< MultiIndexContainer, Tag >::iter |
Definition at line 1035 of file multi_index_container.hpp.
| typedef mpl::deref<iter>::type boost::multi_index::index< MultiIndexContainer, Tag >::type |
Definition at line 1041 of file multi_index_container.hpp.
| boost::multi_index::index< MultiIndexContainer, Tag >::BOOST_STATIC_ASSERT | ( | index_found | ) |
| boost::multi_index::index< MultiIndexContainer, Tag >::BOOST_STATIC_CONSTANT | ( | bool | , |
| index_found | = !(is_same< iter, typename mpl::end< index_type_list >::type >::value) |
||
| ) |