JayBeams  0.1
Another project to have fun coding.
Classes | Namespaces | Functions
as_hhmmss.hpp File Reference
#include <chrono>
#include <iosfwd>

Go to the source code of this file.

Classes

struct  jb::as_hhmmssu
 Helper class to print time durations in a HHMMSS.UUUUUU format. More...
 
struct  jb::as_hhmmss
 Helper class to print time durations s in HHMMSS format. More...
 
struct  jb::as_hh_mm_ss_u
 Helper class to print time durations in HH:MM:SS.UUUUUU format. More...
 

Namespaces

 jb
 The top-level namespace for the JayBeams library.
 

Functions

std::ostream & jb::operator<< (std::ostream &os, as_hhmmssu const &x)
 Format as_hhmmssu into an iostream. More...
 
std::ostream & jb::operator<< (std::ostream &os, as_hhmmss const &x)
 Format as_hhmmss into an iostream. More...
 
std::ostream & jb::operator<< (std::ostream &os, as_hh_mm_ss_u const &x)
 Format as_hh_mm_ss_u into an iostream. More...