#include <stl_function.h>
Inheritance diagram for std::_Identity< _Tp >:

| Public Member Functions | |
| _Tp & | operator() (_Tp &__x) const | 
| const _Tp & | operator() (const _Tp &__x) const | 
Definition at line 530 of file stl_function.h.
| const _Tp& std::_Identity< _Tp >::operator() | ( | const _Tp & | __x | ) | const  [inline] | 
Definition at line 537 of file stl_function.h.
| _Tp& std::_Identity< _Tp >::operator() | ( | _Tp & | __x | ) | const  [inline] | 
Definition at line 533 of file stl_function.h.
 1.4.7
 1.4.7