Class special_constants¶
class special_constants<T> simd¶
template <typename T>
struct special_constants : public special_scalar_constants<subtype<T>> { … } Provides special constants for the scalar subtype of T.
Inherits the appropriate scalar constant implementation, allowing scalar and compound SIMD types to use the same interface.
| T | Type whose scalar subtype determines the constants. |
typedef Tsub ¶
using Tsub = subtype<T> The scalar subtype used to provide the constants.
Fully qualified name: kfr::special_constants<T>::Tsub
Declared at simd/types.hpp:120
Fully qualified name: kfr::special_constants<T>
Declared at simd/types.hpp:116
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.