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

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

#include <type.hpp>

Public Member Functions

constexpr record_t (const oid_t &oid)
constexpr record_t (const oid_t &oid, const metadata_t &data)
constexpr auto & data () const
auto empty () const noexcept
 explicit (false) operator oid_t() const
constexpr auto & oid () const
bool operator< (const record_t &rhs) const
bool operator== (const record_t &rhs) const

Detailed Description

In-memory representation of a record.

A record is a single item in a collection of records, which consists of an oid and associated metadata. It is used to represent the contents of a collection of records in the OXY system.