#include "string.hpp"#include "u8string.hpp"#include "u16string.hpp"#include "u32string.hpp"#include "wstring.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 | |
| template<typename ... args_t> | |
| xtd::string | xtd::format (const xtd::string &fmt, args_t &&... args) | 
| Writes the text representation of the specified arguments list, to string using the specified format information.   | |
| template<typename ... args_t> | |
| xtd::u8string | xtd::format (const xtd::u8string &fmt, args_t &&... args) | 
| Writes the text representation of the specified arguments list, to string using the specified format information.   | |
| template<typename ... args_t> | |
| xtd::u16string | xtd::format (const xtd::u16string &fmt, args_t &&... args) | 
| Writes the text representation of the specified arguments list, to string using the specified format information.   | |
| template<typename ... args_t> | |
| xtd::u32string | xtd::format (const xtd::u32string &fmt, args_t &&... args) | 
| Writes the text representation of the specified arguments list, to string using the specified format information.   | |
| template<typename ... args_t> | |
| xtd::wstring | xtd::format (const xtd::wstring &fmt, args_t &&... args) | 
| Writes the text representation of the specified arguments list, to string using the specified format information.   | |