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

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

#include <type.hpp>

Public Member Functions

constexpr category_link_t (const oid_t &oid, const category_t &category)
constexpr auto & category () const
auto empty () const noexcept
constexpr auto & oid () const
auto operator<=> (const category_link_t &) const =default

Detailed Description

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

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