SpECTRE
v2024.09.29
|
Public Types | |
using | source = typename if_< found< State, std::is_same< pin< Source >, _1 > >, list<>, list< Source > >::type |
using | destination = typename if_< found< State, std::is_same< pin< Destination >, _1 > >, list<>, list< Destination > >::type |
using | type = append< State, source, destination > |