Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::lambda::detail::same_or_not< A, B > Struct Template Reference

#include <if.hpp>

Public Types

typedef
detail::remove_reference_and_cv
< A >::type 
plainA
 
typedef
detail::remove_reference_and_cv
< B >::type 
plainB
 
typedef arithmetic_or_not
< detail::promote_code< plainA >
::value, detail::promote_code
< plainB >::value, A, B >
::type 
type
 

Member Typedef Documentation

template<class A , class B >
typedef detail::remove_reference_and_cv<A>::type boost::lambda::detail::same_or_not< A, B >::plainA
template<class A , class B >
typedef detail::remove_reference_and_cv<B>::type boost::lambda::detail::same_or_not< A, B >::plainB
template<class A , class B >
typedef arithmetic_or_not< detail::promote_code<plainA>::value, detail::promote_code<plainB>::value, A, B>::type boost::lambda::detail::same_or_not< A, B >::type

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