#include <multi_index_container_fwd.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_CONSTANT (bool, index_found=!(is_same< iter, typename mpl::end< index_type_list >::type >::value)) | |
BOOST_STATIC_ASSERT (index_found) | |
typedef MultiIndexContainer::index_type_list boost::multi_index::index< MultiIndexContainer, Tag >::index_type_list |
typedef mpl::find_if< index_type_list, detail::has_tag<Tag> >::type boost::multi_index::index< MultiIndexContainer, Tag >::iter |
typedef mpl::deref<iter>::type boost::multi_index::index< MultiIndexContainer, Tag >::type |
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) |
||
) |