The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
CRBTree::CPair Class
A class containing the key and value elements.
class CPair : public __POSITION
This class is used by the methods CRBTree::GetAt, CRBTree::GetNext, and CRBTree::GetPrev to access the key and value elements stored in the tree structure.
The members are as follows:
The data member storing the key element. | |
The data member storing the value element. |
Requirements
Header: atlcoll.h
Show: