ReactOS 0.4.15-dev-7968-g24a56f8
_Identity< _Tp > Struct Template Reference

#include <_function_base.h>

Inheritance diagram for _Identity< _Tp >:
Collaboration diagram for _Identity< _Tp >:

Public Member Functions

const _Tp & operator() (const _Tp &__x) const
 

Additional Inherited Members

- Public Types inherited from unary_function< _Tp, _Tp >
typedef _Tp argument_type
 
typedef _Tp result_type
 
- Protected Member Functions inherited from unary_function< _Tp, _Tp >
 ~unary_function ()
 

Detailed Description

template<class _Tp>
struct _Identity< _Tp >

Definition at line 178 of file _function_base.h.

Member Function Documentation

◆ operator()()

template<class _Tp >
const _Tp & _Identity< _Tp >::operator() ( const _Tp &  __x) const
inline

Definition at line 179 of file _function_base.h.

179{ return __x; }

The documentation for this struct was generated from the following file: