Concept input_output_expression¶
concept input_output_expression base¶
template <typename T>
concept input_output_expression = input_expression<T> && output_expression<T> Concept satisfied by expressions that are both readable and writable.
| T | Type to check. |
Fully qualified name: kfr::input_output_expression
Declared at base/expression.hpp:259
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.