AnySet Documentation
|
Base type of NoCopyConstructorError. Thrown when attempting to make copies of an AnyValue instance that contains a non-copy-constructible type.
#include <AnyNode.h>
Public Member Functions | |
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) |
Public Attributes | |
const std::type_info & | typeinfo |
|
inline |
Construct a CopyConstructionError exception object.
ti | - Reference to a std::type_info object of the type that failed to be constructed. |
const std::type_info& te::CopyConstructionError::typeinfo |
Reference to a std::type_info object indicating the contained type of the AnyValue instance.