ReactOS 0.4.15-dev-7998-gdb93cb1
math_aux.h File Reference
#include <limits>
Include dependency graph for math_aux.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define __STD   std::
 

Functions

template<class _Tp >
bool are_equals (_Tp val, _Tp ref)
 

Macro Definition Documentation

◆ __STD

#define __STD   std::

Definition at line 8 of file math_aux.h.

Function Documentation

◆ are_equals()

template<class _Tp >
bool are_equals ( _Tp  val,
_Tp  ref 
)

Definition at line 19 of file math_aux.h.

19 {
20 if (val < ref) {
22 }
23 else {
25 }
26}
GLuint GLfloat * val
Definition: glext.h:7180
#define __STD
Definition: math_aux.h:8
Definition: send.c:48

Referenced by CMathTest::import_checks(), and SstreamTest::init_in().