#include <einhard.hpp>
A minimal class that implements the output stream operator to do nothing.
This completely eliminates the output stream statements from the resulting binary.
Definition at line 203 of file einhard.hpp.
Public Member Functions | |
template<typename T > | |
EINHARD_ALWAYS_INLINE_ DummyOutputFormatter & | operator<< (const T &) noexcept |
EINHARD_ALWAYS_INLINE_ DummyOutputFormatter & | operator<< (std::ostream &(*)(std::ostream &)) noexcept |
|
inlinenoexcept |
Definition at line 205 of file einhard.hpp.
|
inlinenoexcept |
Definition at line 209 of file einhard.hpp.