ValueSequence.getValue

The value at the given index.

class ValueSequence
getValue
(
size_t index
)

Parameters

index size_t

The 0-based index of the value to retrieve

Return Value

Type: Value

The value corresponding to the given index.

Throws

RegistryException if no corresponding value is retrieved

Meta