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