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

#include <is_concept_equivalent.hpp>

Public Types

typedef has_same_concept
< IsConcept, LeftT, RightT > 
type
 

Public Member Functions

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

Member Typedef Documentation

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

Member Function Documentation

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

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