Variable c_qnan¶
variable c_qnan simd¶
template <typename T>
constexpr inline subtype<T> c_qnan = std::numeric_limits<subtype<T>>::quiet_NaN() A quiet NaN (Not-a-Number) value.
| T | The numeric type. |
Fully qualified name: kfr::c_qnan
Declared at simd/constants.hpp:329
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.