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

#include <is_convertible.hpp>

Public Types

typedef
is_convertible_impl_select
< ::boost::is_arithmetic< From >
::value,::boost::is_arithmetic
< To >::value, false > 
selector
 
typedef selector::template
rebind< From, To > 
isc_binder
 
typedef isc_binder::type type
 

Member Typedef Documentation

template<typename From, typename To>
typedef selector::template rebind<From, To> boost::detail::is_convertible_impl_dispatch_base< From, To >::isc_binder
template<typename From, typename To>
typedef is_convertible_impl_select< ::boost::is_arithmetic<From>::value, ::boost::is_arithmetic<To>::value, false > boost::detail::is_convertible_impl_dispatch_base< From, To >::selector
template<typename From, typename To>
typedef isc_binder::type boost::detail::is_convertible_impl_dispatch_base< From, To >::type

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