SelectPair
Similar to CollectPair, but the second item may start with 'sel' without 'sep' in front of it.
Synopsis
Declared in <src/midend/astUtil/annotation/AnnotDescriptors.h>
template<
class First,
class Second,
char sep,
char sel>
struct SelectPair
: std::pair<First, Second>
Base Classes
Name |
Description |
|
Struct holding two objects of arbitrary type. |