xtd 0.2.0
Loading...
Searching...
No Matches
print.hpp File Reference
#include "console.hpp"

Definition

Contains xtd::print methods.

Go to the source code of this file.

Namespaces

namespace  xtd
 The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
 

Functions

template<typename arg_t >
void xtd::print (arg_t &&value)
 Writes the text representation of the specified value to the standard output stream.
 
template<typename ... args_t>
void xtd::print (const xtd::string &fmt, args_t &&... values)
 Writes the text representation of the specified list of values to the standard output stream using the specified format information.
 
template<typename ... args_t>
void xtd::print (const char *fmt, args_t &&... values)
 Writes the text representation of the specified list of values to the standard output stream using the specified format information.
 
template<typename ... args_t>
void xtd::print (const char8_t *fmt, args_t &&... values)
 Writes the text representation of the specified list of values to the standard output stream using the specified format information.
 
template<typename ... args_t>
void xtd::print (const char16_t *fmt, args_t &&... values)
 Writes the text representation of the specified list of values to the standard output stream using the specified format information.
 
template<typename ... args_t>
void xtd::print (const char32_t *fmt, args_t &&... values)
 Writes the text representation of the specified list of values to the standard output stream using the specified format information.
 
template<typename ... args_t>
void xtd::print (const wchar_t *fmt, args_t &&... values)
 Writes the text representation of the specified list of values to the standard output stream using the specified format information.