Variable is_numeric_args¶
variable is_numeric_args meta¶
template <typename... Ts>
constexpr inline bool is_numeric_args = (is_numeric<Ts> && ...) Check if the type arguments are numbers or compound types of numbers
Fully qualified name: kfr::is_numeric_args
Declared at meta.hpp:996
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.