Turi Create  4.0
turi::gl_sarray_range Class Reference

#include <core/data/sframe/gl_sarray.hpp>

Classes

struct  iterator
 Iterator type. More...
 

Public Types

typedef flexible_type type
 content type
 
typedef iterator const_iterator
 const_iterator type
 

Public Member Functions

iterator begin ()
 
iterator end ()
 

Detailed Description

A range object providing one pass iterators over part or all of a gl_sarray. See gl_sarray::range_iterator for usage examples.

See also
gl_sarray::range_iterator

Definition at line 1909 of file gl_sarray.hpp.

Member Function Documentation

◆ begin()

iterator turi::gl_sarray_range::begin ( )

Returns an iterator to the start of the range. Once the iterator is advanced, later calls to begin() have undefined behavior.

The returned iterator is invalidated once the parent range_iterator is destroyed.

◆ end()

iterator turi::gl_sarray_range::end ( )

Returns an iterator to the end of the range.

The returned iterator is invalidated once the parent range_iterator is destroyed.


The documentation for this class was generated from the following file: