Concept expr_element¶
concept expr_element base¶
template <typename T>
concept expr_element = is_expr_element<T> Concept satisfied by scalar vector element types.
| T | Type to check. |
Fully qualified name: kfr::expr_element
Declared at base/expression.hpp:296
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.