The OpenD Programming Language

mir_series.getExtraVerbose

Gets data for the index (extra verbose exception).

  1. auto ref getExtraVerbose(Index key, string exceptionInto, string file, int line)
    struct mir_series(IndexIterator_, Iterator_, size_t N_ = 1, SliceKind kind_ = Contiguous)
    getExtraVerbose
    (
    Index
    )
    (
    auto ref scope const Index key
    ,,
    string file = __FILE__
    ,
    int line = __LINE__
    )
  2. auto ref getExtraVerbose(Index key, string exceptionInto, string file, int line)
  3. auto ref getExtraVerbose(Index key, string exceptionInto, string file, int line)

Parameters

key Index

index

Return Value

Type: auto ref

data that corresponds to the index.

Throws

Detailed exception if the series does not contains the index.

See Also

Meta