Skip to content

Variable is_numeric_or_bool

variable is_numeric_or_bool meta

template <typename T>
constexpr inline bool is_numeric_or_bool = is_number_or_bool<deep_subtype<T>>

Check if the type argument is a number, bool or a compound type of numbers or bool

Fully qualified name: kfr::is_numeric_or_bool

Declared at meta.hpp:1000

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