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

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

#include <type.hpp>

Public Types

using value_type = std::string

Public Member Functions

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

Detailed Description

In-memory representation of a contents.

The contents is a string representation of the actual data stored in a blob or index. It can be used to retrieve or modify the data associated with an object.