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

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

#include <type.hpp>

Public Types

using value_type = std::string

Public Member Functions

constexpr metadata_t (const value_type &value)
auto empty () const noexcept
 operator value_type () const
auto operator<=> (const metadata_t &) const =default
constexpr auto & value () const

Detailed Description

In-memory representation of a metadata.

The metadata is a string representation of additional information associated with an object, such as author, creation date, or tags. It is used to provide context and description.