Asylo
Public Member Functions | List of all members
asylo::LogMessageVoidify Class Reference

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 &)
 

Detailed Description

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 :?

Member Function Documentation

◆ operator &()

void asylo::LogMessageVoidify::operator& ( const std::ostream &  )
inline

The documentation for this class was generated from the following file: