Asylo
|
This class is used just to take an ostream
type and make it a void
type to satisify the ternary operator in LOG_IF
.
More...
#include <logging.h>
Public Member Functions | |
void | operator & (const std::ostream &) |
This class is used just to take an ostream
type and make it a void
type to satisify the ternary operator in LOG_IF
.
operand&
is used because it has precedence lower than <<
but higher than :?
|
inline |