Skip to content

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.

Template parameters
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

Fully qualified name: kfr::constants<T>

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