LibSWOC++ 1.5.14
Solid Wall of C++
Loading...
Searching...
No Matches
bwf_fwd.h File Reference
#include <cstdint>
#include <string>
#include "swoc/swoc_version.h"
#include "swoc/TextView.h"
Include dependency graph for bwf_fwd.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  swoc
 For template deduction guides.
 

Functions

template<typename... Args>
std::string & swoc::bwprint_v (std::string &s, TextView fmt, std::tuple< Args... > const &args)
 
template<typename... Args>
std::string & swoc::bwprint (std::string &s, TextView fmt, Args &&...args)
 

Detailed Description

Forward declarations for BufferWriter formatting.

Definition in file bwf_fwd.h.