Skip to content

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

std::pair<First, Second>

Struct holding two objects of arbitrary type.

Member Functions

Name

Description

CollectPair [constructor]

Constructors

Dump

ToString

read

write

Derived Classes