aboutsummaryrefslogtreecommitdiff
path: root/src/tinyformat.h
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-06-13 09:04:43 -0400
committerMarcoFalke <falke.marco@gmail.com>2019-06-13 09:30:40 -0400
commitfa72a64b90dc07a80b1ca6127eb50d8244dedc3b (patch)
tree6b4e025d76c383976fd41df4be7d318320c80747 /src/tinyformat.h
parentf792395d13aa99ce51887db14e4f77a746d910e3 (diff)
downloadbitcoin-fa72a64b90dc07a80b1ca6127eb50d8244dedc3b.tar.xz
tinyformat: Add doc to Bitcoin Core specific strprintf
Diffstat (limited to 'src/tinyformat.h')
-rw-r--r--src/tinyformat.h1
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