15namespace swoc {
inline namespace SWOC_VERSION_NS {
17class FixedBufferWriter;
18template <std::
size_t N>
class LocalBufferWriter;
20template <
typename... Args> std::string &
bwprint_v(std::string &s, TextView fmt, std::tuple<Args...>
const &args);
22template <
typename... Args> std::string &
bwprint(std::string &s, TextView fmt, Args &&...args);
For template deduction guides.
std::string & bwprint_v(std::string &s, TextView fmt, std::tuple< Args... > const &args)
std::string & bwprint(std::string &s, TextView fmt, Args &&...args)