PlayRho  2.0.0
An interactive physics engine & library.
playrho::WasDestroyed< T > Struct Template Reference

Was destroyed invalid argument logic error. More...

#include <playrho/InvalidArgument.hpp>

Inheritance diagram for playrho::WasDestroyed< T >:
[legend]
Collaboration diagram for playrho::WasDestroyed< T >:
[legend]

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.
 

Detailed Description

template<class T>
struct playrho::WasDestroyed< T >

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.


The documentation for this struct was generated from the following file: