Skip to content

typedef arg expressions

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

Defined at base/expression.hpp:267