AnySet Documentation
|
Exception thrown when attempting to make copies of an AnyValue instance that contains an instance of non-copyable type T.
This class is provided to allow users to catch CopyConstructionErrors for a specific, known type.
#include <AnyNode.h>
Additional Inherited Members | |
![]() | |
CopyConstructionError (const std::type_info &ti) | |
Construct a CopyConstructionError exception object. More... | |
virtual const char * | what () const noexcept override |
![]() | |
T | logic_error (T... args) |
T | what (T... args) |
![]() | |
const std::type_info & | typeinfo |