ArchiveObject.getValue

Gets a value by it's index.

class ArchiveObject
getValue

Parameters

index size_t

The index of the value to get.

default_ ArchiveValue

The value to return if the index is out of bounds.

Return Value

Either the value at index, or default_ if index is out of bounds.

Meta