Variable is_number_or_bool¶
variable is_number_or_bool meta¶
template <typename T>
constexpr inline bool is_number_or_bool = is_number<T> || std::is_same_v<std::decay_t<T>, bool> This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.