Shortcuts

Template Struct IteratorTraits

Struct Documentation

template<typename Iterator>
struct ripple::IteratorTraits

Defines a class for traits for iterators.

This is the default case for types which are not iterators.

Template Parameters
  • Iterator: The iterator to get traits for.

Public Types

using Value = void*

Defines the value type of the iterator.

Public Static Attributes

constexpr size_t dimensions = 1

Defines that the iterator has a single dimension.

constexpr bool is_iterator = false

Returns that the traits are not for a valid iterator.

Docs

Access comprehensive developer documentation for Ripple

View Docs

Tutorials

Get tutorials to help with understand all features

View Tutorials

Examples

Find examples to help get started

View Examples