1 #ifndef Alignment_CommonAlignment_Counters_H 2 #define Alignment_CommonAlignment_Counters_H 32 using Counter = std::function<unsigned int(align::ID)>;
std::map< align::StructureType, align::Counter > theCounters
std::function< unsigned int(align::ID)> Counter
Allows conversion between type and name, and vice-versa.