OpenMPTL - Helper Library
C++ Microprocessor Template Library
|
#include <type_traits>
Go to the source code of this file.
Classes | |
class | poorman::ostream< Tp > |
Namespaces | |
poorman | |
Functions | |
template<typename Tp > | |
ostream< Tp > & | poorman::flush (ostream< Tp > &st) |
manipulator, flushes the output stream More... | |
template<typename Tp > | |
ostream< Tp > & | poorman::endl (ostream< Tp > &st) |
manipulator, outputs newline and flushes the output stream More... | |