bolts.range

Static introspection utilties for ranges

Members

Templates

CommonTypeOfRanges
template CommonTypeOfRanges(Rs...)

Finds the CommonType of a list of ranges

isSortedRange
template isSortedRange(R...)

True if R is a SortedRange

sortingPredicate
template sortingPredicate(Args...)

Given a SortedRange R, sortingPredicate!R(a, b) will call in to the predicate that was used to create the SortedRange

Meta