Class constants¶
class constants<T> simd¶
template <typename T>
struct constants : public scalar_constants<subtype<T>> { … } Constants for the SIMD type T , inheriting from the scalar constants of its element type.
| T | A SIMD vector type (e.g. vec<float, 4> ) or a scalar type. |
typedef Tsub ¶
using Tsub = subtype<T> Fully qualified name: kfr::constants<T>::Tsub
Declared at simd/constants.hpp:213
Fully qualified name: kfr::constants<T>
Declared at simd/constants.hpp:210
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.