#include <multi_index_container.hpp>
Public Types | |
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 mpl::find_if< index_type_list, detail::has_tag<Tag> >::type boost::multi_index::multi_index_container< Value, IndexSpecifierList, Allocator >::index< Tag >::iter |
typedef mpl::deref<iter>::type boost::multi_index::multi_index_container< Value, IndexSpecifierList, Allocator >::index< Tag >::type |
boost::multi_index::multi_index_container< Value, IndexSpecifierList, Allocator >::index< Tag >::BOOST_STATIC_ASSERT | ( | index_found | ) |
boost::multi_index::multi_index_container< Value, IndexSpecifierList, Allocator >::index< Tag >::BOOST_STATIC_CONSTANT | ( | bool | , |
index_found | = !(is_same< iter, typename mpl::end< index_type_list >::type >::value) |
||
) |