Sygaldry
Loading...
Searching...
No Matches
sygaldry::init_subroutine_reflection< T > Struct Template Reference

Init subroutine reflection for a method called "init". More...

Inheritance diagram for sygaldry::init_subroutine_reflection< T >:
sygaldry::function_reflection<&T::init > sygaldry::function_type_reflection< std::decay_t< decltype(f)> >

Additional Inherited Members

- Public Types inherited from sygaldry::function_reflection<&T::init >
using parent_reflection = function_type_reflection< std::decay_t< decltype(f)> >
 
- Public Types inherited from sygaldry::function_type_reflection< std::decay_t< decltype(f)> >
using exists = std::false_type
 

Detailed Description

template<typename T>
requires std::same_as<void, typename function_reflection<&T::init>::return_type>
struct sygaldry::init_subroutine_reflection< T >

Init subroutine reflection for a method called "init".


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