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

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

#include <type.hpp>

Public Types

using value_type = std::vector<tag_t>

Public Member Functions

auto empty () const noexcept
template<typename _Container>
 explicit (false) const expr tags_t(_Container const &items)
 explicit (false) const expr tags_t(const value_type &value)
 operator value_type () const
auto operator<=> (const tags_t &) const =default
constexpr auto & value () const

Detailed Description

In-memory representation of a collection of tag.

A collection of tags is a vector of tag objects, which can be used to associate multiple labels or keywords with an object in the OXY system. It allows users to filter and search for objects based on their assigned tags, providing additional context and description for the objects.