OXY API 1.0
OXY API Library Documentation
Loading...
Searching...
No Matches
oxy::api::metadata::remove_all_fn Struct Reference

Function object to remove all records from the container metadata database. More...

#include <metadata.hpp>

Public Member Functions

void operator() (context_t const &ctx) const

Detailed Description

Function object to remove all records from the container metadata database.

This function object provides an operator() that takes a context and removes all records from the container metadata database. It is designed to be used in a constexpr context for compile-time evaluation of the remove all operation.

Member Function Documentation

◆ operator()()

void oxy::api::metadata::remove_all_fn::operator() ( context_t const & ctx) const
Parameters
ctx- The context for container metadata record operations.