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

Name

Description

key

The key to seek to.

Created with MrDocs