Skip to content

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.

Template parameters
T Type to check.

Fully qualified name: kfr::input_output_expression

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