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

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

#include <type.hpp>

Public Types

using value_type = std::string

Public Member Functions

constexpr tag_t (const char *value)
constexpr tag_t (const value_type &value)
auto empty () const noexcept
 operator std::string () const
auto operator<=> (const tag_t &) const =default
constexpr auto & value () const

Detailed Description

In-memory representation of a tag.

A tag is a string representation of a label or keyword that can be associated with an object in the OXY system. It can be used to provide additional context or description for an object, allowing users to filter and search for objects based on their assigned tags.