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

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

Concept definition

template<class T>
concept vctr::is::anyVctr = detail::AnyVctr<std::remove_cvref_t<T>>::value
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.