Sygaldry
Loading...
Searching...
No Matches
sygaldry::has_main_subroutine Concept Reference
sygac: Sygaldry Concepts
»
sygac-components: Components Concepts
Concept definition
template
<
typename
T>
concept
sygaldry::has_main_subroutine
= std::same_as<void,
typename
function_reflection<&T::operator()>::return_type>
|| std::same_as<void, typename function_reflection<&T::main>::return_type>
sygaldry::has_main_subroutine
Definition
sygac-components.hpp:85
sygaldry
has_main_subroutine
Generated by
1.9.8