84template <
typename IterablePtr,
typename... Options>
85auto Range(IterablePtr iterable, Options&&... opts) ->
90 return RangeType{ iterable, std::forward<Options>(opts)... };
Specialization of tuple ranges and iterators for vtkAOSDataArrayTemplate.
auto Range(IterablePtr iterable, Options &&... opts) -> typename detail::IterableTraits< typename detail::StripPointers< IterablePtr >::type >::RangeType
Generate an iterable STL proxy object for a VTK container.
typename std::decay< RangeTypeInternal >::type RangeType