ReactOS 0.4.15-dev-7924-g5949c20
pre_increment Class Reference
Inheritance diagram for pre_increment:
Collaboration diagram for pre_increment:

Public Member Functions

int operator() (int incr, int &val) const
 

Additional Inherited Members

- Public Types inherited from binary_function< int, int, int >
typedef int first_argument_type
 
typedef int second_argument_type
 
typedef int result_type
 
- Protected Member Functions inherited from binary_function< int, int, int >
 ~binary_function ()
 

Detailed Description

Definition at line 37 of file bind_test.cpp.

Member Function Documentation

◆ operator()()

int pre_increment::operator() ( int  incr,
int val 
) const
inline

Definition at line 39 of file bind_test.cpp.

40 { return val += incr; }
GLuint GLfloat * val
Definition: glext.h:7180

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