VTK  9.3.20240329
Namespaces | Functions
vtkRange.h File Reference
#include "vtkMeta.h"
#include "vtkRangeIterableTraits.h"
#include <iterator>
#include <type_traits>
#include <utility>
Include dependency graph for vtkRange.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 vtk
 Specialization of tuple ranges and iterators for vtkAOSDataArrayTemplate.
 

Functions

template<typename IterablePtr , typename... Options>
auto vtk::Range (IterablePtr iterable, Options &&... opts) -> typename detail::IterableTraits< typename detail::StripPointers< IterablePtr >::type >::RangeType
 Generate an iterable STL proxy object for a VTK container. More...