Was destroyed invalid argument logic error. More...
#include <playrho/InvalidArgument.hpp>
Public Types | |
using | type = T |
Type of the argument that was destroyed. | |
Public Member Functions | |
WasDestroyed (type v, const char *msg) | |
Initializing constructor. | |
WasDestroyed (type v, const std::string &msg) | |
Initializing constructor. | |
Public Attributes | |
type | value {} |
Value of the type that was destroyed. | |
Was destroyed invalid argument logic error.
Indicates that an argument was invalid because it's destroyed or associated with something that has been destroyed and is not currently valid for the requested functionality.