method.h
Go to the documentation of this file.
274 variant invoke(instance object, argument arg1, argument arg2, argument arg3, argument arg4) const;
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
The class template basic_string_view describes an non-owning reference to a constant contiguous seque...
Definition: string_view.h:49
The instance class is used for forwarding the instance of an object to invoke a property or method.
Definition: instance.h:48
The method class provides several meta information about a method and can be invoked.
Definition: method.h:121
bool is_valid() const noexcept
Returns true if this method 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
Generated on Thu Jun 27 2019 00:00:00 for rttr - 0.9.6 by doxygen.