#include <value_ptr.h>
Classes | |
struct | cloneable |
Static Public Attributes | |
static bool constexpr | value {sizeof(test<T>(0)) == sizeof(yes_t)} |
Private Types | |
typedef char(& | yes_t)[1] |
typedef char(& | no_t)[2] |
Static Private Member Functions | |
template<class U > | |
static yes_t | test (cloneable< U > *) |
template<class > | |
static no_t | test (...) |
Definition at line 70 of file value_ptr.h.
|
private |
Definition at line 127 of file value_ptr.h.
|
private |
Definition at line 126 of file value_ptr.h.
|
staticprivate |
|
static |
Definition at line 138 of file value_ptr.h.