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

In-memory representation of a blob object. More...

#include <type.hpp>

Public Types

using value_type = std::string

Public Member Functions

constexpr blob_t (const std::string &value)
auto empty () const noexcept
 operator value_type () const
constexpr bool operator< (const blob_t &rhs) const
constexpr bool operator== (const blob_t &rhs) const
constexpr auto & value () const

Detailed Description

In-memory representation of a blob object.

A blob object is a binary large object that can store any type of data, such as images, videos, or documents. It is identified by a unique oid and can be associated with metadata and MIME type information.