This component‐private class holds the first data member of a pair and constructs it appropriately. Note the partial specializations below for the cases that (template parameter) 'TYPE' is a reference.
Synopsis
Declared in <bslstl_pair.h>
template<class TYPE>
struct Pair_First;
Protected Member Functions
Name |
Description |
|
Constructors |
Protected Data Members
Name |
Description |
First element of the pair. |
Specializations
Name |
Description |
This component‐private |
|
This component‐private |
Derived Classes
Name |
Description |
The class template |
Created with MrDocs