Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
Type trait to determine existence of clone method. A boolean field namd value is set to true if provided class (possibly cv-qualified and via reference) has clone method. More...
#include <type_traits.hpp>
Static Public Attributes | |
static const bool | value = decltype ( has_clone::test ( std::declval < std::decay_t < T > * > ( ) ) )::value |
True if the type decayed type T has clone method. More... | |
Type trait to determine existence of clone method. A boolean field namd value is set to true if provided class (possibly cv-qualified and via reference) has clone method.
the | type to examine |
|
static |
True if the type decayed type T has clone method.