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


Public Member Functions | |
| const Pair::second_type & | operator() (const Pair &x) const |
|
||||||||||
|
Definition at line 316 of file sgi_stl_compat.h.
00317 { return x.second; }
|
1.3.2