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

Check if T is a Sygaldry component. More...

Concept definition

template<typename T>
concept sygaldry::Component = has_name<T>
|| has_inputs<T>
|| has_outputs<T>
)
Check if T is a Sygaldry component.
Definition sygac-components.hpp:124
Definition sygac-components.hpp:96
Definition sygac-components.hpp:93
Definition sygac-components.hpp:90
Definition sygac-components.hpp:85

Detailed Description

Check if T is a Sygaldry component.