struct AddressRangeEndAddrCmp
Defined at line 91 of file ../../src/developer/debug/shared/address_range.h
Compares an address with the ending of a range. For searching for an address using lower_bound
address in a sorted list of ranges. Using this comparator, lower_bound will find the element that
contains the item if it exists.
Public Methods
bool operator() (const AddressRange & range, uint64_t addr)
Defined at line 92 of file ../../src/developer/debug/shared/address_range.h
bool operator() (uint64_t addr, const AddressRange & range)
Defined at line 93 of file ../../src/developer/debug/shared/address_range.h