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

Unique identity of any object. More...

#include <type.hpp>

Public Types

using value_type = std::string

Public Member Functions

auto empty () const noexcept
 explicit (false) const expr oid_t(const value_type &value)
 operator value_type () const
constexpr auto operator<=> (const oid_t &) const =default
constexpr auto & value () const

Detailed Description

Unique identity of any object.

The identity is a string of 40 hexadecimal characters, which is the SHA1 hash of the object.