|
|
|
|
|
|
|
|
|
|
|
|||||||
#include <stlsoft_pair.h>
Public Types | |
| typedef T1 | first_type |
| The first type. | |
| typedef T2 | second_type |
| The second type. | |
Public Methods | |
| pair () | |
| Default constructor. | |
| pair (const first_type &v1, const second_type &v2) | |
| Constructor. | |
Public Attributes | |
| first_type | first |
| The first member. | |
| second_type | second |
| The second member. | |
|
|
The first type.
|
|
|
The second type.
|
|
|
Default constructor.
|
|
||||||||||||
|
Constructor.
|
|
|
The first member.
|
|
|
The second member.
|
|
|
| STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004 |