Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::icl::is_key_container_of< KeyT, ObjectT > Struct Template Reference

#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))
 

Member Typedef Documentation

template<class KeyT , class ObjectT >
typedef is_key_container_of<KeyT, ObjectT> boost::icl::is_key_container_of< KeyT, ObjectT >::type

Member Function Documentation

template<class KeyT , class ObjectT >
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) 
)

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