|
Open C++ Libraries.org develop
|
This file takes care of I/O manip. More...
Functions | |
| template<typename T > | |
| void | print (T fmt) noexcept |
| void | print () noexcept |
| template<typename... Args> | |
| void | print (Args... fmt) noexcept |
| template<typename T , typename... Args> | |
| void | print (T fmt, Args... other) noexcept |
| void | enable_stdio_sync (const bool &enable) noexcept |
| Enables or disables synchronization between C++ standard streams and C standard streams. | |
| const bool & | is_stdio_sync () |
| Checks if standard I/O synchronization is enabled. | |
| void | lf () noexcept |
| template<typename... T> | |
| void | println (T... fmt) noexcept |
This file takes care of I/O manip.
|
inlinenoexcept |
AMLALE: lf stands for line-feed.