PrevUpHomeNext

RCLValidatedLedger::operator[]

Lookup the ID of the ancestor ledger.

Synopsis
ID
operator[](
    Seq const& s) const;
Description
Parameters

Name

Description

s

The sequence (index) of the ancestor

Return Value

The ID of this ledger's ancestor with that sequence number or ID{} if one was not determined


PrevUpHomeNext