AST_Graph::my_pair
* Define custom return type from the filter functionals. This is an experiment to see if a std::pair like data structure where the variables names are not std::pair<>::first and std::pair<>::second. This data structure is expectedto change as the code develops.*
Synopsis
Declared in <src/midend/astDump/astGraph.h>
template<
class _T1,
class _T2,
class _T3>
struct my_pair;
Types
Member Functions
Name |
Description |
|
Constructors |
Data Members
Name |
Description |
|
|
|
Non-Member Functions
Name |
Description |
Uses |
|
<http://gcc.gnu.org/onlinedocs/libstdc++/20_util/howto.html#my_pairlt> |
|
Uses |
|
Two my_pairs of the same type are equal iff their members are equal. |
|
Uses |
|
Uses |
Created with MrDocs