cpp-reflect
C++ Reflection and Annotations Library
Loading...
Searching...
No Matches
refl::method< T, I > Struct Template Referenceexport
module reflect

Public Types

using type = typename packtl::get<I, typename static_type_info<T>::method_types>::type
 

Static Public Attributes

static constexpr std::size_t index = I
 
static constexpr const char * name = static_type_info<T>::method_names[I]
 
static constexpr access_spec access
 

Detailed Description

template<refl::Reflected T, std::size_t I>
struct refl::method< T, I >

Definition at line 118 of file accessors.cppm.


The documentation for this struct was generated from the following file: