#include <sgi_stl_compat.h>
Inheritance diagram for std::__select1st_hint< Pair, U >:
Public Member Functions | |
const U & | operator() (const Pair &x) const |
|
Definition at line 304 of file sgi_stl_compat.h.
00304 { const U& operator () (const Pair& x) const { return x.first; } }; |