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_concept_combinable< LeftConcept, RightConcept, LeftT, RightT > Struct Template Reference

#include <is_combinable.hpp>

Public Types

typedef is_concept_combinable
< LeftConcept, RightConcept,
LeftT, RightT > 
type
 

Public Member Functions

 BOOST_STATIC_CONSTANT (bool, value=(mpl::and_< LeftConcept< LeftT >, RightConcept< RightT >, is_key_compare_equal< LeftT, RightT > >::value))
 

Member Typedef Documentation

template<template< class >class LeftConcept, template< class >class RightConcept, class LeftT , class RightT >
typedef is_concept_combinable<LeftConcept, RightConcept, LeftT, RightT> boost::icl::is_concept_combinable< LeftConcept, RightConcept, LeftT, RightT >::type

Member Function Documentation

template<template< class >class LeftConcept, template< class >class RightConcept, class LeftT , class RightT >
boost::icl::is_concept_combinable< LeftConcept, RightConcept, LeftT, RightT >::BOOST_STATIC_CONSTANT ( bool  ,
value  = (mpl::and_< LeftConcept< LeftT >, RightConcept< RightT >, is_key_compare_equal< LeftT, RightT > >::value) 
)

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