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

In-memory representation of a link betwin an oid and a tag. More...

#include <type.hpp>

Public Member Functions

constexpr tag_link_t (const oid_t &oid, const tag_t &tag)
auto empty () const noexcept
constexpr auto & oid () const
auto operator<=> (const tag_link_t &) const =default
constexpr auto & tag () const

Detailed Description

In-memory representation of a link betwin an oid and a tag.

A tag link is a mapping between an oid and a tag, which can be used to associate objects with specific labels or keywords in the OXY system. It is represented as a pair of an oid and a tag, allowing users to filter and search for objects based on their assigned tags.