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_compatible< IsConcept, LeftT, RightT > Struct Template Reference

#include <is_combinable.hpp>

Public Types

typedef is_concept_compatible
< IsConcept, LeftT, RightT > 
type
 

Public Member Functions

 BOOST_STATIC_CONSTANT (bool, value=(mpl::and_< IsConcept< LeftT >, IsConcept< RightT >, is_codomain_type_equal< LeftT, RightT > >::value))
 

Member Typedef Documentation

template<template< class >class IsConcept, class LeftT , class RightT >
typedef is_concept_compatible<IsConcept, LeftT, RightT> boost::icl::is_concept_compatible< IsConcept, LeftT, RightT >::type

Member Function Documentation

template<template< class >class IsConcept, class LeftT , class RightT >
boost::icl::is_concept_compatible< IsConcept, LeftT, RightT >::BOOST_STATIC_CONSTANT ( bool  ,
value  = (mpl::and_< IsConcept< LeftT >, IsConcept< RightT >, is_codomain_type_equal< LeftT, RightT > >::value) 
)

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