Skip to content

Typedef univector3d

typedef univector3d base

using univector3d = abstract_vector<abstract_vector<univector<T, Size3>, Size2>, Size1>

Alias for a 3D container of univectors.

Template parameters
T Element type of the innermost univector.
Size1 Storage tag for the outermost dimension.
Size2 Storage tag for the middle dimension.
Size3 Storage tag for the innermost dimension.

Fully qualified name: kfr::univector3d

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.