chsvlib
chsv helper source code

◆ MapGetDataFromIter()

EXTERN_C void* Chusov::MapGetDataFromIter ( HCHSVMAPITERATOR  hMapIter)
noexcept

The function returns a pointer to value data of the specified element.

Parameters
[in]hMapIteris a handle to the iterator bound with the specified element.
Returns
The function returns a constant pointer to the key data of the element.
Remarks
The length of the value, in bytes, can be retrieved by a separate call to the MapGetDataSizeFromIter function over the same iterator.
The complexity is \(O(1)\).
Declared in chsvmap.h.
See also
MapGetDataSizeFromIter;
MapGetKeyFromIter;
MapGetKeySizeFromIter.