Variable is_arg¶
variable is_arg base¶
template <typename T>
constexpr inline bool is_arg = is_numeric_or_bool<std::decay_t<T>> Inline variable that is true when T (after decay) is a numeric or boolean type and can therefore be passed by value as an argument.
| T | Type to check. |
Fully qualified name: kfr::is_arg
Declared at base/expression.hpp:466
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.