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