OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DebugOutputStream.h File Reference

Go to the source code of this file.

Macros

#define DEBUG_OUTPUT_STREAM(enable_flag, stream)
 

Macro Definition Documentation

#define DEBUG_OUTPUT_STREAM (   enable_flag,
  stream 
)
Value:
if constexpr (!enable_flag) \
; \
else \
stream

Definition at line 20 of file DebugOutputStream.h.