|
BDE 4.39.x Production Release
|
#include <bsls_ident.h>#include <bslscm_version.h>#include <bslfmt_format.h>#include <bslstl_string.h>#include <bslstl_stringview.h>#include <ostream>Go to the source code of this file.
Macros | |
| #define | BSLFMT_FORMAT_STRING_PARAMETER bsl::format_string |
Functions | |
| template<class... t_ARGS> | |
| void | bslfmt::print (std::ostream &stream, BSLFMT_FORMAT_STRING_PARAMETER fmt, t_ARGS &&... args) |
| template<class... t_ARGS> | |
| void | bslfmt::println (std::ostream &stream, BSLFMT_FORMAT_STRING_PARAMETER fmt, t_ARGS &&... args) |
| void | bslfmt::println (std::ostream &stream) |
| void | bslfmt::vprint_nonunicode (std::ostream &stream, bsl::string_view fmt, bsl::format_args args) |
| void | bslfmt::vprint_unicode (std::ostream &stream, bsl::string_view fmt, bsl::format_args args) |
The content of this file has been pre-processed for Doxygen.