#include <is_convertible.hpp>
Public Types | |
typedef selector::template rebind< From, To > | isc_binder |
typedef is_convertible_impl_select< ::boost::is_arithmetic< From >::value,::boost::is_arithmetic< To >::value, false > | selector |
typedef isc_binder::type | type |
Definition at line 406 of file is_convertible.hpp.
typedef selector::template rebind<From, To> boost::detail::is_convertible_impl_dispatch_base< From, To >::isc_binder |
Definition at line 422 of file is_convertible.hpp.
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 |
Definition at line 418 of file is_convertible.hpp.
typedef isc_binder::type boost::detail::is_convertible_impl_dispatch_base< From, To >::type |
Definition at line 423 of file is_convertible.hpp.