|
SPH
|
Wraps a vector container, providing means to iterate over given component of vector elements. More...
#include <IteratorAdapters.h>
Public Types | |
| using | TIterator = decltype(std::declval< TBuffer >().begin()) |
Public Member Functions | |
| VectorComponentAdapter (TBuffer &&data, const Size component) | |
| auto | begin () |
| auto | end () |
Public Attributes | |
| TBuffer | data |
| const Size | component |
Wraps a vector container, providing means to iterate over given component of vector elements.
Definition at line 214 of file IteratorAdapters.h.
| using VectorComponentAdapter< TBuffer >::TIterator = decltype(std::declval<TBuffer>().begin()) |
Definition at line 218 of file IteratorAdapters.h.
|
inline |
Definition at line 220 of file IteratorAdapters.h.
|
inline |
Definition at line 224 of file IteratorAdapters.h.
|
inline |
Definition at line 228 of file IteratorAdapters.h.
| const Size VectorComponentAdapter< TBuffer >::component |
Definition at line 216 of file IteratorAdapters.h.
| TBuffer VectorComponentAdapter< TBuffer >::data |
Definition at line 215 of file IteratorAdapters.h.