RedBlackTree.lowerBound

Range lowerBound(Elem e)

Get a range from the container with all elements that are < e according to the less comparator

Complexity: log(n)

ConstRange lowerBound(Elem e) const

Ditto

ImmutableRange lowerBound(Elem e) immutable

Ditto