This class gives access to a constructor of a rttr::type. More...
#include <metadata.h>
Public Member Functions | |
metadata (const metadata &other) | |
metadata (std::string key, variant value) | |
metadata (int key, variant value) | |
metadata (metadata &&data) | |
variant | get_key () const |
variant | get_value () const |
metadata & | operator= (metadata other) |
This class gives access to a constructor of a rttr::type.
Discovers the attributes of a class constructor and provides access to constructor metadata.
Calling constructor::invoke will create an instance of the type.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |