Skip to content

Concept expression_argument

concept expression_argument base

template <typename E>
concept expression_argument = input_expression<E> && expression_traits<E>::explicit_operand

Concept satisfied by input expressions that must appear as an explicit operand (i.e. not implicitly convertible from a scalar argument).

Template parameters
E Type to check.

Fully qualified name: kfr::expression_argument

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