#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 |
typedef selector::template rebind<From, To> boost::detail::is_convertible_impl_dispatch_base< From, To >::isc_binder |
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 |
typedef isc_binder::type boost::detail::is_convertible_impl_dispatch_base< From, To >::type |