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