JayBeams
0.1
Another project to have fun coding.
|
Helper class to print time durations s in HHMMSS format. More...
#include <as_hhmmss.hpp>
Public Member Functions | |
template<typename time_duration_t > | |
as_hhmmss (time_duration_t const &x) | |
Constructor. More... | |
Public Attributes | |
std::chrono::microseconds | t |
Helper class to print time durations s in HHMMSS format.
Definition at line 35 of file as_hhmmss.hpp.
|
inlineexplicit |
Constructor.
x | a time duration in the units specified by the type |
time_duration_t | an instance of std::chrono::duration, or any type compatible with std::chrono::duration_cast<> |
Definition at line 45 of file as_hhmmss.hpp.
std::chrono::microseconds jb::as_hhmmss::t |
Definition at line 49 of file as_hhmmss.hpp.
Referenced by jb::operator<<().