LLDB mainline
RowLess Struct Reference

Public Member Functions

bool operator() (int64_t a, const UnwindPlan::Row &b) const
bool operator() (const UnwindPlan::Row &a, int64_t b) const

Detailed Description

Definition at line 402 of file UnwindPlan.cpp.

Member Function Documentation

◆ operator()() [1/2]

bool RowLess::operator() ( const UnwindPlan::Row & a,
int64_t b ) const
inline

Definition at line 406 of file UnwindPlan.cpp.

References lldb_private::UnwindPlan::Row::GetOffset().

◆ operator()() [2/2]

bool RowLess::operator() ( int64_t a,
const UnwindPlan::Row & b ) const
inline

Definition at line 403 of file UnwindPlan.cpp.

References lldb_private::UnwindPlan::Row::GetOffset().


The documentation for this struct was generated from the following file: