ReactOS 0.4.15-dev-7924-g5949c20
identity< _Tp > Struct Template Reference

#include <_function.h>

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

Public Member Functions

const Toperator() (const T &x) const
 

Detailed Description

template<class _Tp>
struct identity< _Tp >

Definition at line 322 of file _function.h.

Member Function Documentation

◆ operator()()

template<class _Tp >
const T & identity< _Tp >::operator() ( const T x) const
inline

Definition at line 112 of file test_insert.h.

112{ return x; }
GLint GLint GLint GLint GLint x
Definition: gl.h:1548

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