|
OXY-SYNC-DIRECTORY 1.0
OXY-SYNC-DIRECTORY Library Documentation
|
Function object for removing all data from the database. More...
#include <context.hpp>
Public Member Functions | |
| void | operator() (context_t const &ctx) const |
| Function call operator that executes the operation with the given context. | |
Function object for removing all data from the database.
This function object provides a callable interface for removing all data from the database.
| void oxy::directory::remove_all_fn::operator() | ( | context_t const & | ctx | ) | const |
Function call operator that executes the operation with the given context.
| ctx | The context object containing the execution environment and state. |