15 lines
138 B
C++
15 lines
138 B
C++
#include "mtl/stream.hpp"
|
|
|
|
namespace mtl {
|
|
|
|
_endl endl;
|
|
_flush flush;
|
|
|
|
_dec dec;
|
|
_hex hex;
|
|
|
|
_left left;
|
|
_right right;
|
|
|
|
} // namespace mtl
|