Function widthof¶
function widthof(T) meta¶
template <typename T>
constexpr size_t widthof(T) noexcept { … } Returns the width (number of scalar components) of
T
Fully qualified name: kfr::widthof(T)
Declared at meta.hpp:79
Function widthof¶
function widthof() meta¶
template <typename T>
constexpr size_t widthof() noexcept { … } Returns the width (number of scalar components) of
T
Fully qualified name: kfr::widthof()
Declared at meta.hpp:85
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.