#include <topology_accessor.hh>
Public Types | |
using | core = typename T::core::template access< Priv > |
Topology accessor type. Topology accessors are defined by the interface of the underlying, user-defined type, i.e., unlike field accessors, topologies can be customized by the specialization to add types and inerfaces that are not part of the core FleCSI topology type. By inheriting from the customized topology type, we pick up these additions.
T | topology type |
Priv | privilege pack |