Sygaldry
Loading...
Searching...
No Matches
sygaldry::Component Concept Reference
sygac: Sygaldry Concepts
»
sygac-components: Components Concepts
Check if T is a Sygaldry component.
More...
Concept definition
template
<
typename
T>
concept
sygaldry::Component
= has_name<T>
&& (
has_init_subroutine<T>
||
has_external_sources_subroutine<T>
||
has_main_subroutine<T>
||
has_external_destinations_subroutine<T>
|| has_inputs<T>
|| has_outputs<T>
)
sygaldry::Component
Check if T is a Sygaldry component.
Definition
sygac-components.hpp:124
sygaldry::has_external_destinations_subroutine
Definition
sygac-components.hpp:96
sygaldry::has_external_sources_subroutine
Definition
sygac-components.hpp:93
sygaldry::has_init_subroutine
Definition
sygac-components.hpp:90
sygaldry::has_main_subroutine
Definition
sygac-components.hpp:85
Detailed Description
Check if T is a Sygaldry component.
sygaldry
Component
Generated by
1.9.8