JayBeams
0.1
Another project to have fun coding.
|
Helper class to print time durations in HH:MM:SS.UUUUUU format. More...
#include <as_hhmmss.hpp>
Public Member Functions | |
template<typename time_duration_t > | |
as_hh_mm_ss_u (time_duration_t const &x) | |
Constructor. More... | |
Public Attributes | |
std::chrono::microseconds | t |
Helper class to print time durations in HH:MM:SS.UUUUUU format.
Definition at line 58 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 68 of file as_hhmmss.hpp.
std::chrono::microseconds jb::as_hh_mm_ss_u::t |
Definition at line 72 of file as_hhmmss.hpp.
Referenced by jb::operator<<().