VCTR
All Classes Namespaces Functions Variables Typedefs Modules Pages Concepts
vctr::is::iteratorCopyable Concept Reference

Constrains a type to supply begin and end functions and to not satisfy triviallyCopyableWithDataAndSize. More...

Concept definition

template<class T>
Constrains a type to have a member function begin() or begin() const.
Definition: ContainerAndExpressionConcepts.h:138
Constrains a type to have a member function end() or end() const.
Definition: ContainerAndExpressionConcepts.h:142
Constrains a type to supply begin and end functions and to not satisfy triviallyCopyableWithDataAndSi...
Definition: ContainerAndExpressionConcepts.h:333
Constrains a type to supply a data and size function, an index operator and define a trivially copyab...
Definition: ContainerAndExpressionConcepts.h:329

Detailed Description

Constrains a type to supply begin and end functions and to not satisfy triviallyCopyableWithDataAndSize.