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

Constrains a type to be any instance of std::span. More...

Concept definition

template<class T>
concept vctr::is::stdSpan = detail::IsStdSpan<T>::value
Constrains a type to be any instance of std::span.
Definition: ContainerAndExpressionConcepts.h:220

Detailed Description

Constrains a type to be any instance of std::span.