KeySequence.opIndex

The key at the given index.

class KeySequence
opIndex
(
size_t index
)

Parameters

index size_t

The 0-based index of the key to retrieve.

Return Value

Type: Key

The key corresponding to the given index.

Throws

RegistryException if no corresponding key is retrieved.

Meta

Suggestion Box / Bug Report