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).
| E | Type to check. |
Fully qualified name: kfr::expression_argument
Declared at base/expression.hpp:244
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.