constructor.h
Go to the documentation of this file.
The argument class is used for forwarding arguments to properties or methods.
Definition argument.h:52
The array_range class provides a view into an underlying data structure with lower and upper limits.
Definition array_range.h:64
variant invoke_variadic(std::vector< argument > args) const
Invokes the constructor of type returned by get_instantiated_type().
variant get_metadata(const variant &key) const
Returns the meta data for the given key key.
array_range< parameter_info > get_parameter_infos() const noexcept
Returns an ordered range of parameter_info objects, which matches the signature of the constructor.
variant invoke() const
Invokes the constructor of type returned by get_instantiated_type().
string_view get_signature() const noexcept
Returns the signature of this constructor as readable string.
type get_instantiated_type() const noexcept
Returns the type object of the instantiated type.
access_levels get_access_level() const noexcept
Returns access level with which this constructor was registered.
type get_declaring_type() const noexcept
Returns the type of the class or struct that declares this constructor.
bool is_valid() const noexcept
Returns true if this constructor is valid, otherwise false.
The parameter_info class provides several meta information about a parameter.
Definition parameter_info.h:109
The variant class allows to store data of any type and convert between these types transparently.
Definition variant.h:198
Definition access_levels.h:34
access_levels
The access_levels enum represents the three access modifiers, which can be used in classes to encapsu...
Definition access_levels.h:46
basic_string_view< char > string_view
A class to hold a reference to a continuous sequence of char objects.
Definition string_view.h:493
Generated on Thu Jul 3 2025 04:49:27 for rttr - 0.9.6 by doxygen.