#include <sbuild-null.h>
Static Private Member Functions | |
static const char * | null_output () |
Friends | |
template<class charT, class traits> | |
std::basic_ostream< charT, traits > & | operator<< (std::basic_ostream< charT, traits > &stream, null const &n) |
Null output to an ostream. |
This class does nothing. It is used to represent an absence of context or detail.
const char * null::null_output | ( | ) | [static, private] |
std::basic_ostream<charT,traits>& operator<< | ( | std::basic_ostream< charT, traits > & | stream, | |
null const & | n | |||
) | [friend] |
Null output to an ostream.