template <typename Compare>

struct upper_bound_adapter

Defined at line 450 of file ../../third_party/abseil-cpp/absl/container/internal/btree.h

An adapter class that converts a lower-bound compare into an upper-bound

compare. Note: there is no need to make a version of this adapter specialized

for key-compare-to functors because the upper-bound (the first value greater

than the input) is never an exact match.

Public Methods

void upper_bound_adapter<Compare> (const Compare & c)

Defined at line 451 of file ../../third_party/abseil-cpp/absl/container/internal/btree.h

template <typename K1, typename K2>
bool operator() (const K1 & a, const K2 & b)

Defined at line 453 of file ../../third_party/abseil-cpp/absl/container/internal/btree.h