fmt/include/fmt
Daniela Engert b0cde860ae Implement 'snprintf(OutputIt it, size_t n, const S &format, const Args & ... args)' (#917)
Mostly equivalent to 'sprintf(const S &format, const Args & ... args)' but generates at most 'n' characters through output iterator 'it'. The output type is the same as with 'format_to_n'.

Signed-off-by: Daniela Engert <dani@ngrt.de>
2019-01-13 13:08:01 -05:00
..
chrono.h Format the code using clang-format 2019-01-13 06:58:20 -08:00
color.h Format the code using clang-format 2019-01-13 06:58:20 -08:00
core.h Revert "Reorder defines" 2019-01-13 08:13:38 -08:00
format-inl.h Format the code using clang-format 2019-01-13 06:58:20 -08:00
format.h Format the code using clang-format 2019-01-13 06:58:20 -08:00
locale.h Format the code using clang-format 2019-01-13 06:58:20 -08:00
ostream.h Format the code using clang-format 2019-01-13 06:58:20 -08:00
posix.h Format the code using clang-format 2019-01-13 06:58:20 -08:00
prepare.h Fix compile errors due to name-hiding and an unused function argument. 2019-01-13 12:18:05 -05:00
printf.h Implement 'snprintf(OutputIt it, size_t n, const S &format, const Args & ... args)' (#917) 2019-01-13 13:08:01 -05:00
ranges.h Format the code using clang-format 2019-01-13 06:58:20 -08:00
time.h Format the code using clang-format 2019-01-13 06:58:20 -08:00