1#ifndef VIENNASHE_LOG_NULLSTREAM_HPP
2#define VIENNASHE_LOG_NULLSTREAM_HPP
41 static std::unique_ptr<nullstream> stnull(
new nullstream());
nullstream & get_nullstream()
Singleton factory for nullstream.
nullstream & operator<<(nullstream &s, T const &)
Generic shift left operator. Throws anything it gets away.
The main ViennaSHE namespace. All functionality resides inside this namespace.
Streaming class which only provides operator<< discarding the right hand side.