|
OXY API 1.0
OXY API Library Documentation
|
Function object to drop a filter. More...
#include <filter.hpp>
Public Member Functions | |
| void | operator() (connection_ptr const &conn, std::string const &filter_name) const |
| void | operator() (connection_ptr const &conn, std::string const &filter_name) const |
Function object to drop a filter.
This function object provides an interface to drop a filter from the database (container). It takes a connection pointer and a filter name as input and removes the specified filter from the database. The filter will no longer be available for filtering results in subsequent operations.