Skip to content

AST_Graph::my_pair::my_pair

There is also a templated copy ctor for the my_pair class itself.

Synopsis

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

template<
    class _U1,
    class _U2,
    class _U3>
my_pair(my_pair<_U1, _U2, _U3> const& p);

Parameters

Name

Description

p

The object to copy construct from

Created with MrDocs