Skip to content

AST_Graph::operator>

Uses operator< to find the result.

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 greater than the right object, false otherwise

Parameters

Name

Description

x

The left operand

y

The right operand

Created with MrDocs