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

In-memory representation of a signature. More...

#include <type.hpp>

Public Member Functions

constexpr signature_t (const char *name, const timestamp_t &when={})
constexpr signature_t (const std::string &name, const timestamp_t &when={})
auto empty () const noexcept
constexpr auto & name () const
bool operator< (const signature_t &rhs) const
bool operator== (const signature_t &rhs) const
constexpr auto & when () const

Detailed Description

In-memory representation of a signature.

A signature is a combination of a name and a timestamp, which is used to represent the author or committer of a commit in the OXY system. It provides information about who made the changes and when they were made.