#include <sgi_stl_compat.h>
Inheritance diagram for std::select1st< Pair >:


Public Member Functions | |
| const Pair::first_type & | operator() (const Pair &x) const |
|
||||||||||
|
Definition at line 309 of file sgi_stl_compat.h.
00310 { return x.first; }
|
1.3.2