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::non_numeric_types< A, B > Struct Template Reference

#include <if.hpp>

Public Types

typedef
return_type_2_ifthenelsereturn
< 1, is_convertible< A, B >
::value, is_convertible< B, A >
::value, is_same< A, B >
::value, A, B >::type 
type
 

Member Typedef Documentation

template<class A, class B>
typedef return_type_2_ifthenelsereturn< 1, is_convertible<A,B>::value, is_convertible<B,A>::value, is_same<A,B>::value, A, B>::type boost::lambda::detail::non_numeric_types< A, B >::type

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