#include "console.hpp"
Contains xtd::println 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 | |
void | xtd::println () |
Writes the current line terminator to the standard output stream using the specified format information. | |
template<typename arg_t > | |
void | xtd::println (arg_t &&value) |
Writes the text representation of the specified value, followed by the current line terminator, to the standard output stream. | |
template<typename ... args_t> | |
void | xtd::println (const xtd::string &fmt, args_t &&... values) |
Writes the text representation of the specified list of values, followed by the current line terminator, to the standard output stream using the specified format information. | |
template<typename ... args_t> | |
void | xtd::println (const char *fmt, args_t &&... values) |
Writes the text representation of the specified list of values, followed by the current line terminator, to the standard output stream using the specified format information. | |
template<typename ... args_t> | |
void | xtd::println (const char8_t *fmt, args_t &&... values) |
Writes the text representation of the specified list of values, followed by the current line terminator, to the standard output stream using the specified format information. | |
template<typename ... args_t> | |
void | xtd::println (const char16_t *fmt, args_t &&... values) |
Writes the text representation of the specified list of values, followed by the current line terminator, to the standard output stream using the specified format information. | |
template<typename ... args_t> | |
void | xtd::println (const char32_t *fmt, args_t &&... values) |
Writes the text representation of the specified list of values, followed by the current line terminator, to the standard output stream using the specified format information. | |
template<typename ... args_t> | |
void | xtd::println (const wchar_t *fmt, args_t &&... values) |
Writes the text representation of the specified list of values, followed by the current line terminator, to the standard output stream using the specified format information. | |