ReactOS 0.4.15-dev-7924-g5949c20
ThrowCompare Struct Reference

#include <ThrowCompare.h>

Public Member Functions

bool operator() (const TestClass &a, const TestClass &b) const
 

Detailed Description

Definition at line 24 of file ThrowCompare.h.

Member Function Documentation

◆ operator()()

bool ThrowCompare::operator() ( const TestClass a,
const TestClass b 
) const
inline

Definition at line 25 of file ThrowCompare.h.

25 {
27 return a < b;
28 }
GLboolean GLboolean GLboolean GLboolean a
Definition: glext.h:6204
#define b
Definition: ke_i.h:79
void simulate_possible_failure()
Definition: nc_alloc.h:117

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