OXY API 1.0
OXY API Library Documentation
Loading...
Searching...
No Matches
oxy::get_timestamp_fn Struct Reference

Function object to retrieve the current timestamp as a string. More...

#include <timestamp.hpp>

Public Member Functions

std::string operator() () const

Detailed Description

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.