SpECTRE  v2024.05.11
brigand::add_unique_vertex< State, edge< Source, Destination, Weight > > Struct Template Reference

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 >
 

The documentation for this struct was generated from the following file: