rht_snap_end
| |
rht_it *rht_snap_end(const rht_snap
*snap, rht_it *i); |
|
Parameters
| |
snap |
snapshot to get the end iterator from |
| |
i |
iterator returned that
is set to reference the end of a snapshot |
|
Return Values
| |
an iterator referencing the start position
of a snapshot |
|
Description
| |
rht_snap_end initializes
an iterator to reference the special "end" key-value
pair of the snapshot. This sentinel value is one past
the last valid key-value pair contained in the snapshot.
|
|
Requirements
| |
Header: Declared in rht.h
Library: Use rht.lib
Version: 2.0 |
|
Also See
|