Open C++ Libraries.org develop
Loading...
Searching...
No Matches
ocl::io Namespace Reference

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
 

Detailed Description

This file takes care of I/O manip.

Function Documentation

◆ print()

void ocl::io::print ( )
inlinenoexcept

AMLALE: lf stands for line-feed.