The OpenD Programming Language

mir_series.upperBound

This function uses a search with policy sp to find the largest right subrange on which t > key is true for all t. The search schedule and its complexity are documented in std.range.SearchPolicy.

  1. auto upperBound(Index key)
  2. auto upperBound(Index key)
    struct mir_series(IndexIterator_, Iterator_, size_t N_ = 1, SliceKind kind_ = Contiguous)
    upperBound
    (
    Index
    )
    (
    auto ref scope const Index key
    )

Meta