Skip to content

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>

if

true T is a number or bool

Fully qualified name: kfr::is_number_or_bool

Declared at meta.hpp:983

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