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

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

#include <type.hpp>

Public Types

using value_type = std::string

Public Member Functions

constexpr category_t (const char *value)
constexpr category_t (const value_type &value)
auto empty () const noexcept
 operator value_type () const
auto operator<=> (const category_t &) const =default
constexpr auto & value () const

Detailed Description

In-memory representation of a category.

A category is a string representation of a classification or grouping of objects in the OXY system. It can be used to organize and manage the contents of a repository, allowing users to filter and search for objects based on their assigned categories.