Option keys shared between data readers,.
More...
|
|
constexpr std::string_view | count = "count" |
| | Number of items to read, std::ptrdiff_t. A negative value means all remaining items.
|
|
constexpr std::string_view | index = "index" |
| | Index of the item to read, std::ptrdiff_t. Negative values are counted from the end.
|
|
constexpr std::string_view | stride = "stride" |
| | Step between the items to read, std::ptrdiff_t.
|
Option keys shared between data readers,.
- See also
- DataReader::setOption