ReactOS 0.4.15-dev-7934-g1dc8d80
post_increment Class Reference
Inheritance diagram for post_increment:
Collaboration diagram for post_increment:

Public Member Functions

int operator() (int &val, int incr) 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 43 of file bind_test.cpp.

Member Function Documentation

◆ operator()()

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

Definition at line 45 of file bind_test.cpp.

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

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