|
OXY-SYNC-DIRECTORY 1.0
OXY-SYNC-DIRECTORY Library Documentation
|
Function object for removing data from the database. More...
#include <context.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 call operator that executes the operation with the given context. | |
Function object for removing data from the database.
This function object provides a callable interface for removing data from the database.
| auto oxy::directory::remove_fn::operator() | ( | context_t const & | ctx | ) | const -> coro_t::push_type |
Function call operator that executes the operation with the given context.
| ctx | The context object containing the execution environment and state. |