Records
Functions
-
void vprint (std::FILE * streamstd::string_view fmtstd::format_args args)This function is neither vprint_unicode nor vprint_unicode_buffered exactly, and thus not being
made public. The former relies on stdio for any buffering. The latter guarantees exactly one
stdio write per call. This one splits the difference by doing as few stdio writes as possible
with the chosen buffer size while not requiring dynamic allocation.
Defined at line 71 of file ../../src/lib/stdformat/internal/print.h