OXY API 1.0
OXY API Library Documentation
Loading...
Searching...
No Matches
oxy::api::metadata::remove_fn Struct Reference

Function object to remove records from the container metadata database. More...

#include <metadata.hpp>

Public Types

using coro_t = boost::coroutines2::coroutine<oid_t>

Public Member Functions

auto operator() (context_t const &ctx) const -> coro_t::push_type

Detailed Description

Function object to remove records from the container metadata database.

This function object provides an operator() that takes a context and returns a push coroutine for removing records from the container metadata database. It is designed to be used in a coroutine-based context for efficient deletion of records.

Member Function Documentation

◆ operator()()

auto oxy::api::metadata::remove_fn::operator() ( context_t const & ctx) const -> coro_t::push_type
Parameters
ctx- The context for container metadata record operations.
Returns
A coroutine push type that allows for removing records from the container metadata database.