rht_end
| |
rht_code rht_end(rht r, rht_it *i); |
|
Parameters
| |
r |
replica to get the end iterator on |
| |
i |
returned iterator pointing
to the special "end of replica" position |
|
Return Values
|
Description
| |
rht_end fills out a rht_it
to point to the sentinel "end entry" of the
dictionary, which is one past the last entry in the dictionary.
|
|
Requirements
| |
Header: Declared in rht.h
Library: Use rht.lib
Version: 2.0 |
|
Also See
|