#include <is_key_container_of.hpp>
Public Types | |
typedef is_key_container_of < KeyT, ObjectT > | type |
Public Member Functions | |
BOOST_STATIC_CONSTANT (bool, value=(mpl::or_< is_strict_key_container_of< KeyT, ObjectT >, mpl::and_< mpl::or_< is_set< ObjectT >, is_map< ObjectT > >, boost::is_same< ObjectT, KeyT > > >::value)) | |
typedef is_key_container_of<KeyT, ObjectT> boost::icl::is_key_container_of< KeyT, ObjectT >::type |
boost::icl::is_key_container_of< KeyT, ObjectT >::BOOST_STATIC_CONSTANT | ( | bool | , |
value | = (mpl::or_< is_strict_key_container_of< KeyT, ObjectT >, mpl::and_< mpl::or_< is_set< ObjectT >, is_map< ObjectT > >, boost::is_same< ObjectT, KeyT > > >::value) |
||
) |