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

Function object for counting data in the database. More...

#include <context.hpp>

Public Member Functions

int64_t operator() (context_t const &ctx) const
 Function call operator that executes the operation with the given context.

Detailed Description

Function object for counting data in the database.

This function object provides a callable interface for counting data in the database.

Member Function Documentation

◆ operator()()

int64_t oxy::directory::count_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.
Returns
The number of data entries in the database.