OXY-SYNC-DIRECTORY 1.0
OXY-SYNC-DIRECTORY Library Documentation
Loading...
Searching...
No Matches
oxy::directory::remove_all_fn Struct Reference

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.

Detailed Description

Function object for removing all data from the database.

This function object provides a callable interface for removing all data from the database.

Member Function Documentation

◆ operator()()

void oxy::directory::remove_all_fn::operator() ( context_t const & ctx) const

Function call operator that executes the operation with the given context.

Parameters
ctxThe context object containing the execution environment and state.