CDBIterator::Seek

Positions the iterator at the first entry with a key at or after the given key.

Synopsis

Declared in <dbwrapper.h>

template<typename K>
void
Seek(K const& key);

Parameters

NameDescription
keyThe key to seek to.