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

Constrains a type to supply a data and size function, an index operator and define a trivially copyable value_type. More...

Concept definition

template<class T>
Constrains a type to have a const operator[] overload taking a size_t argument.
Definition: ContainerAndExpressionConcepts.h:90
Constrains a type to both, a member function size() const and data() const returning a pointer conver...
Definition: ContainerAndExpressionConcepts.h:134
Constrains a type to supply a data and size function, an index operator and define a trivially copyab...
Definition: ContainerAndExpressionConcepts.h:329
Constrains a type to be trivially copyable.
Definition: GenericConcepts.h:84

Detailed Description

Constrains a type to supply a data and size function, an index operator and define a trivially copyable value_type.