Skip to content

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.

Template parameters
T The numeric type.

Fully qualified name: kfr::c_qnan

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