LibSWOC++ 1.5.14
Solid Wall of C++
Loading...
Searching...
No Matches
bwf_std.h File Reference
#include <atomic>
#include <chrono>
#include <bitset>
#include "swoc/swoc_version.h"
#include "swoc/bwf_base.h"
Include dependency graph for bwf_std.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 T>
BufferWriterswoc::bwformat (BufferWriter &w, bwf::Spec const &spec, std::atomic< T > const &v)
 Format atomics by stripping the atomic and formatting the underlying type.
 
BufferWriterswoc::bwformat (BufferWriter &w, bwf::Spec const &spec, std::error_code const &ec)
 
template<size_t N>
BufferWriterswoc::bwformat (BufferWriter &w, bwf::Spec const &, std::bitset< N > const &bits)
 
template<typename Rep, typename Period>
BufferWriterswoc::bwformat (BufferWriter &w, bwf::Spec const &spec, std::chrono::duration< Rep, Period > const &d)
 
template<typename Clock, typename Duration>
BufferWriterswoc::bwformat (BufferWriter &w, bwf::Spec const &spec, std::chrono::time_point< Clock, Duration > const &t)
 
BufferWriterswoc::bwformat (BufferWriter &w, bwf::Spec const &spec, std::exception const &e)
 

Detailed Description

BufferWriter formatters for types in the std namespace.

Definition in file bwf_std.h.