|
OXY-SYNC-DIRECTORY 1.0
OXY-SYNC-DIRECTORY Library Documentation
|
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. | |
Function object for counting data in the database.
This function object provides a callable interface for counting data in the database.
| int64_t oxy::directory::count_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. |