Skip to content

AST_Graph::my_pair::my_pair

Two objects may be passed to a my_pair constructor to be copied.

Synopsis

Declared in <src/midend/astDump/astGraph.h>

my_pair(
    _T1 const& a,
    _T2 const& b,
    _T3 const& c);

Parameters

Name

Description

a

The object to copy construct from

Created with MrDocs