|
OXY API 1.0
OXY API Library Documentation
|
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 |
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.
| void oxy::api::metadata::remove_all_fn::operator() | ( | context_t const & | ctx | ) | const |
| ctx | - The context for container metadata record operations. |