13 #ifndef MLPACK_CORE_UTIL_NULLOUTSTREAM_HPP 14 #define MLPACK_CORE_UTIL_NULLOUTSTREAM_HPP NullOutStream & operator<<(std::ios_base &(*)(std::ios_base &))
Does nothing.
NullOutStream & operator<<(unsigned long)
Does nothing.
NullOutStream & operator<<(unsigned short)
Does nothing.
NullOutStream & operator<<(std::streambuf *)
Does nothing.
Linear algebra utility functions, generally performed on matrices or vectors.
NullOutStream & operator<<(const T &)
Does nothing.
NullOutStream & operator<<(short)
Does nothing.
NullOutStream & operator<<(void *)
Does nothing.
NullOutStream & operator<<(float)
Does nothing.
NullOutStream & operator<<(bool)
Does nothing.
NullOutStream & operator<<(std::string &)
Does nothing.
NullOutStream(const NullOutStream &)
Does nothing.
NullOutStream & operator<<(long double)
Does nothing.
NullOutStream & operator<<(std::ios &(*)(std::ios &))
Does nothing.
NullOutStream & operator<<(const char *)
Does nothing.
NullOutStream & operator<<(unsigned int)
Does nothing.
NullOutStream()
Does nothing.
NullOutStream & operator<<(long)
Does nothing.
NullOutStream & operator<<(int)
Does nothing.
NullOutStream & operator<<(std::ostream &(*)(std::ostream &))
Does nothing.
Used for Log::Debug when not compiled with debugging symbols.
NullOutStream & operator<<(double)
Does nothing.