VCTR
All Classes Namespaces Functions Variables Typedefs Modules Pages Concepts
vctr::is::expressionWithValueType Concept Reference

Constrains a type to be an expression template with a certain value_type. More...

Concept definition

template<class T, class V>
concept vctr::is::expressionWithValueType = expression<T> && std::same_as<typename std::remove_cvref_t<T>::value_type, V>
Constrains a type to be an expression template with a certain value_type.
Definition: ContainerAndExpressionConcepts.h:204
Constrains a type to be an expression template.
Definition: ContainerAndExpressionConcepts.h:200

Detailed Description

Constrains a type to be an expression template with a certain value_type.