Lugdunum  0.1.0
Macros
Utils.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define LUG_SYSTEM_FUNCTION_NAME   __PRETTY_FUNCTION__
 
#define LUG_LIKELY(x)   (x)
 
#define LUG_UNLIKELY(x)   (x)
 

Macro Definition Documentation

◆ LUG_SYSTEM_FUNCTION_NAME

#define LUG_SYSTEM_FUNCTION_NAME   __PRETTY_FUNCTION__

Definition at line 7 of file Utils.hpp.

◆ LUG_LIKELY

#define LUG_LIKELY (   x)    (x)

Definition at line 18 of file Utils.hpp.

◆ LUG_UNLIKELY

#define LUG_UNLIKELY (   x)    (x)

Definition at line 19 of file Utils.hpp.