Template Struct LatticeTraits¶
Defined in File lattice.hpp
Struct Documentation¶
-
template<typename
T>
structbrille::LatticeTraits¶ Type information for Lattice and LatVec objects.
Some templated functions require internal variables or return types which depend on which subtype of Lattice or LatVec are provided. This traits struct provides the typename of an appropriate Lattice subclass and its inverse for those cases.
The two
usingtypes aretypeandstar, defined based on the templated typename as