Template Struct SelectPair#
Defined in File AnnotDescriptors.h
Inheritance Relationships#
Base Type#
public std::pair< First, Second >
Struct Documentation#
-
template<class First, class Second, char sep, char sel>
struct SelectPair : public std::pair<First, Second># Similar to CollectPair, but the second item may start with ‘sel’ without ‘sep’ in front of it.