Skip to content

Typedef arg

typedef arg base

using arg = std::conditional_t<is_arg<T>, std::decay_t<T>, T>

Alias that decays numeric/boolean argument types while preserving expression types unchanged.

Template parameters
T Argument type.

Fully qualified name: kfr::arg

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