Typedef univector2d¶
typedef univector2d base¶
using univector2d = abstract_vector<univector<T, Size2>, Size1> Alias for a 2D container of univectors.
| 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
Declared at base/univector.hpp:672
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.