|
LibSWOC++ 1.5.14
Solid Wall of C++
|
#include <atomic>#include <chrono>#include <bitset>#include "swoc/swoc_version.h"#include "swoc/bwf_base.h"

Go to the source code of this file.
Namespaces | |
| namespace | swoc |
| For template deduction guides. | |
Functions | |
| template<typename T> | |
| BufferWriter & | swoc::bwformat (BufferWriter &w, bwf::Spec const &spec, std::atomic< T > const &v) |
| Format atomics by stripping the atomic and formatting the underlying type. | |
| BufferWriter & | swoc::bwformat (BufferWriter &w, bwf::Spec const &spec, std::error_code const &ec) |
| template<size_t N> | |
| BufferWriter & | swoc::bwformat (BufferWriter &w, bwf::Spec const &, std::bitset< N > const &bits) |
| template<typename Rep, typename Period> | |
| BufferWriter & | swoc::bwformat (BufferWriter &w, bwf::Spec const &spec, std::chrono::duration< Rep, Period > const &d) |
| template<typename Clock, typename Duration> | |
| BufferWriter & | swoc::bwformat (BufferWriter &w, bwf::Spec const &spec, std::chrono::time_point< Clock, Duration > const &t) |
| BufferWriter & | swoc::bwformat (BufferWriter &w, bwf::Spec const &spec, std::exception const &e) |
BufferWriter formatters for types in the std namespace.
Definition in file bwf_std.h.