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