ArchiveObject.expectValueAs

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

class ArchiveObject
final
T
expectValueAs
(
T
)
(
size_t index
)

Parameters

index size_t

The index of the value to get.

Return Value

Type: T

The value.

Meta