AST_Graph::operator<
<http://gcc.gnu.org/onlinedocs/libstdc++/20_util/howto.html#my_pairlt>
Synopsis
Declared in <src/midend/astDump/astGraph.h>
template<
class _T1,
class _T2,
class _T3>
bool
operator<(
my_pair<_T1, _T2, _T3> const& x,
my_pair<_T1, _T2, _T3> const& y);
Return Value
true if the left object is less than the right object, false otherwise
Parameters
Name |
Description |
x |
The left operand |
y |
The right operand |
Created with MrDocs