Concept input_expression¶
concept input_expression base¶
template <typename T>
concept input_expression = has_expression_traits<T> && requires(T expr) { … } Concept satisfied by expressions that can be read from.
| T | Type to check. |
Fully qualified name: kfr::input_expression
Declared at base/expression.hpp:220
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.