Skip to content

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.

Template parameters
T Type to check.

Fully qualified name: kfr::is_arg

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