Variable is_number¶
variable is_number meta¶
template <typename T>
constexpr inline bool is_number = details::is_number_impl<std::decay_t<T>>::value if
true T is an integral or floating-point type (but not bool )
Fully qualified name: kfr::is_number
Declared at meta.hpp:979
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.