CollectPair
A pair of items separated by 'sep'
Synopsis
Declared in <src/midend/astUtil/annotation/AnnotDescriptors.h>
template<
class First,
class Second,
char sep>
struct CollectPair
: std::pair<First, Second>
Base Classes
Name |
Description |
|
Struct holding two objects of arbitrary type. |
Member Functions
Name |
Description |
|
Constructors |
Derived Classes
Name |
Description |
Created with MrDocs