|
OXY API 1.0
OXY API Library Documentation
|
Function object to retrieve the current timestamp as a string. More...
#include <timestamp.hpp>
Public Member Functions | |
| std::string | operator() () const |
Function object to retrieve the current timestamp as a string.
This functor provides an interface to retrieve the current timestamp as a string. It can be used to obtain the current date and time in a human-readable format, suitable for logging or display purposes. The implementation may vary depending on the platform and the desired timestamp format.