ArchiveObject.expectValue

Helper function to get a value, or throw an exception if the value doesn't exist.

class ArchiveObject
final
expectValue
(
size_t index
)

Parameters

index size_t

The index of the value to get.

Return Value

The value.

Meta