Template Struct CollectPair#

Inheritance Relationships#

Base Type#

  • public std::pair< First, Second >

Struct Documentation#

template<class First, class Second, char sep>
struct CollectPair : public std::pair<First, Second>#

A pair of items separated by ‘sep’.

Public Functions

inline CollectPair()#
inline CollectPair(const std::pair<First, Second> &that)#
bool read(std::istream &in)#
void write(std::ostream &out) const#
inline void Dump() const#
inline std::string ToString() const#