(2)
Date and time utilities.
More...
#include <Balau/Type/ToString.hpp>
#include <Balau/System/Clock.hpp>
#include <Balau/ThirdParty/Date/date.hpp>
#include <boost/date_time/posix_time/posix_time.hpp>
#include <boost/date_time/posix_time/posix_time_io.hpp>
Go to the source code of this file.
|
template<typename Rep , typename Period > |
std::string | toString (const std::chrono::duration< Rep, Period > &d) |
| ToString method for duration. More...
|
|
template<typename Clock , typename Dur > |
std::string | toString (const std::chrono::time_point< Clock, Dur > &tp) |
| ToString method for time point. More...
|
|
◆ toString() [1/2]
std::string toString |
( |
const std::chrono::duration< Rep, Period > & |
d | ) |
|
|
inline |
◆ toString() [2/2]
std::string toString |
( |
const std::chrono::time_point< Clock, Dur > & |
tp | ) |
|
|
inline |