Namespaces
Variants

std::meta::is_explicit_object_parameter

From cppreference.com
< cpp | meta
 
 
 
Reflection library
 
Reflection types and queries
Type properties
Type property queries
 
Defined in header <meta>
consteval bool is_explicit_object_parameter( std::meta::info r );
(since C++26)

Returns true if r represents a function parameter that is an explicit object parameter. Otherwise returns false.

Parameters

r - a reflection value

Return value

true if r represents an explicit object parameter; otherwise false.

Example

See also

checks if reflection represents a function parameter
(function) [edit]
checks if reflected function parameter has a default argument
(function) [edit]
obtains the parameters of the reflected function
(function) [edit]
Morty Proxy This is a proxified and sanitized view of the page, visit original site.