VCTR
Loading...
Searching...
No Matches
vctr::is::anyVctrWithValueType Concept Reference

Constrains a type to be any derived instance of VctrBase with a certain value_type. More...

Concept definition

template<class T, class V>
concept vctr::is::anyVctrWithValueType = anyVctr<T> && std::same_as<typename std::remove_cvref_t<T>::value_type, V>
Constrains a type to be any derived instance of VctrBase with a certain value_type.
Definition: ContainerAndExpressionConcepts.h:196
Constrains a type to be any derived instance of VctrBase.
Definition: ContainerAndExpressionConcepts.h:192

Detailed Description

Constrains a type to be any derived instance of VctrBase with a certain value_type.