Skip to content

AST_Graph::operator==

Two my_pairs of the same type are equal iff their members are equal.

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 objects are equal, false otherwise

Parameters

Name

Description

x

The left operand

y

The right operand

Created with MrDocs