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

Constrains a type to be a view rather than an owning container. More...

Concept definition

template<class T>
concept vctr::is::view = detail::IsSpan<T>::value || detail::IsStdSpan<T>::value
Constrains a type to be a view rather than an owning container.
Definition: ContainerAndExpressionConcepts.h:224

Detailed Description

Constrains a type to be a view rather than an owning container.

True for vctr::Span and std::span