|
CppNCorr
C++ ncorr Digital Image Correlation engine
|
Helper that turns the conditional logging expression back into a void statement (glog idiom). More...
#include <log.h>
Public Member Functions | |
| Voidify ()=default | |
| void | operator& (Stream &) |
Helper that turns the conditional logging expression back into a void statement (glog idiom).
operator& has lower precedence than << but higher than ?:, so the macro is safe inside an unbraced if/else.
|
default |