Loading...
Searching...
No Matches
ostream.h File Reference Go to the source code of this file.
Function Documentation◆ print()
template<typename S , typename... Args, typename Char = enable_if_t<internal::is_string<S>::value, char_t<S>>>
\rst Prints formatted data to the stream os. Example**:: fmt::print(cerr, "Don't {}!", "panic"); \endrst Definition at line 135 of file ostream.h. References internal::make_args_checked(), to_string_view(), and vprint(). ◆ vprint()
template<typename Char >
Definition at line 117 of file ostream.h. References internal::vformat_to(), and internal::write(). Referenced by print().
|