|
OXY API 1.0
OXY API Library Documentation
|
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 |
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.
| auto oxy::api::metadata::remove_fn::operator() | ( | context_t const & | ctx | ) | const -> coro_t::push_type |
| ctx | - The context for container metadata record operations. |