Searched defs:is_floating_point (Results 1 – 2 of 2) sorted by relevance
139 template <typename T> using is_floating_point = std::is_floating_point<T>; variable146 template <typename T> using is_floating_point = variable
426 void is_floating_point() in is_floating_point() function