#include <sp_convertible.hpp>
Public Types | |
enum | _vt { value = sizeof( f( (Y*)0 ) ) == sizeof(yes) } |
typedef char(& | no )[2] |
typedef char(& | yes )[1] |
Static Public Member Functions | |
static yes | f (T *) |
static no | f (...) |
Definition at line 40 of file sp_convertible.hpp.
typedef char(& boost::detail::sp_convertible< Y, T >::no)[2] |
Definition at line 43 of file sp_convertible.hpp.
typedef char(& boost::detail::sp_convertible< Y, T >::yes)[1] |
Definition at line 42 of file sp_convertible.hpp.
enum boost::detail::sp_convertible::_vt |
Definition at line 48 of file sp_convertible.hpp.
static yes boost::detail::sp_convertible< Y, T >::f | ( | T * | ) | [static] |
static no boost::detail::sp_convertible< Y, T >::f | ( | ... | ) | [static] |