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::return_type_2_ifthenelsereturn< 1, false, false, false, A, B > Struct Template Reference

#include <if.hpp>

Public Types

typedef const
boost::remove_reference< A >
::type 
plainA
 
typedef const
boost::remove_reference< B >
::type 
plainB
 
typedef
return_type_2_ifthenelsereturn
< 2, boost::is_convertible
< plainA, plainB >::value,
boost::is_convertible< plainB,
plainA >::value,
boost::is_same< plainA, plainB >
::value, plainA, plainB >
::type 
type
 

Member Typedef Documentation

template<class A , class B >
typedef const boost::remove_reference<A>::type boost::lambda::detail::return_type_2_ifthenelsereturn< 1, false, false, false, A, B >::plainA
template<class A , class B >
typedef const boost::remove_reference<B>::type boost::lambda::detail::return_type_2_ifthenelsereturn< 1, false, false, false, A, B >::plainB
template<class A , class B >
typedef return_type_2_ifthenelsereturn< 2, boost::is_convertible<plainA,plainB>::value, boost::is_convertible<plainB,plainA>::value, boost::is_same<plainA,plainB>::value, plainA, plainB>::type boost::lambda::detail::return_type_2_ifthenelsereturn< 1, false, false, false, A, B >::type

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