Skip to content

Typedef univector2d

typedef univector2d base

using univector2d = abstract_vector<univector<T, Size2>, Size1>

Alias for a 2D container of univectors.

Template parameters
T Element type of the innermost univector.
Size1 Storage tag for the outer dimension.
Size2 Storage tag for the inner dimension.

Fully qualified name: kfr::univector2d

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