Turi Create
4.0
|
#include <core/storage/sframe_data/sframe_rows.hpp>
Public Member Functions | |
const_iterator (const sframe_rows::row &source, size_t current_idx=0) | |
default constructor | |
Public Attributes | |
const row * | m_source = nullptr |
Pointer to the input range. NULL if end iterator. | |
Iterator over values of a row
Definition at line 291 of file sframe_rows.hpp.