Sygaldry
Loading...
Searching...
No Matches
sygaldry::has_main_subroutine Concept Reference

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>
Definition sygac-components.hpp:85