The Battle for Wesnoth  1.19.5+dev
Macros
global.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define NOT_DANGLING
 
#define LIKELY
 
#define UNLIKELY
 
#define AGGREGATE_EMPLACE(...)   push_back({ __VA_ARGS__ })
 

Macro Definition Documentation

◆ AGGREGATE_EMPLACE

#define AGGREGATE_EMPLACE (   ...)    push_back({ __VA_ARGS__ })

Definition at line 79 of file global.hpp.

◆ LIKELY

#define LIKELY

Definition at line 69 of file global.hpp.

◆ NOT_DANGLING

#define NOT_DANGLING

Definition at line 65 of file global.hpp.

◆ UNLIKELY

#define UNLIKELY

Definition at line 73 of file global.hpp.