parameter_info.h
Go to the documentation of this file.
The parameter_info class provides several meta information about a parameter.
Definition parameter_info.h:109
bool has_default_value() const noexcept
Returns true when this parameter has a default value; otherwise false.
variant get_default_value() const
Returns the default value as variant for this parameter; or an invalid variant to indicate that no de...
string_view get_name() const noexcept
Returns the name of this parameter.
uint32_t get_index() const noexcept
Returns the zero-based position of the parameter in the formal parameter list.
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
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.