Skip to content

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.

Template parameters
T Type to check.

Fully qualified name: kfr::input_expression

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