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

In-memory representation of the timestamp. More...

#include <type.hpp>

Public Types

using value_type = std::string

Public Member Functions

constexpr timestamp_t (const value_type &value)
auto empty () const noexcept
 operator value_type () const
auto operator<=> (const timestamp_t &) const =default
constexpr auto & value () const

Detailed Description

In-memory representation of the timestamp.

The timestamp is a string representation of the time when an object was created or modified. It is used to track the history of changes in the OXY system.