一呼百應, "one call, a hundred responses"
Loading...
Searching...
No Matches
Control Flow
Collaboration diagram for Control Flow:

Macros

#define ein_callback(...)
 [[callback(...)]]
 
#define ein_noreturn
 gcc-style [[noreturn]]
 

Detailed Description

[[assume(x)]] also moraly belongs among these

Macro Definition Documentation

◆ ein_callback

#define ein_callback ( ...)

[[callback(...)]]

Indicates the specified argument will be called back with the other named arguments. Complicated, see clang docs. Allows better interprocedural analysis

Definition at line 39 of file control_flow.hpp.

◆ ein_noreturn

#define ein_noreturn

gcc-style [[noreturn]]

Indicates the method does not return to the caller.

A relevant testimonial by the Kingston Trio.

Definition at line 55 of file control_flow.hpp.