diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-06-13 09:04:43 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-06-13 09:30:40 -0400 |
commit | fa72a64b90dc07a80b1ca6127eb50d8244dedc3b (patch) | |
tree | 6b4e025d76c383976fd41df4be7d318320c80747 /src | |
parent | f792395d13aa99ce51887db14e4f77a746d910e3 (diff) |
tinyformat: Add doc to Bitcoin Core specific strprintf
Diffstat (limited to 'src')
-rw-r--r-- | src/tinyformat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tinyformat.h b/src/tinyformat.h index 14b7cd3026..182f518a0b 100644 --- a/src/tinyformat.h +++ b/src/tinyformat.h @@ -1063,6 +1063,7 @@ std::string format(const std::string &fmt, const Args&... args) } // namespace tinyformat +/** Format arguments and return the string or write to given std::ostream (see tinyformat::format doc for details) */ #define strprintf tfm::format #endif // TINYFORMAT_H_INCLUDED |