|
OXY API 1.0
OXY API Library Documentation
|
Function object to prepare the category management in the metadata database. More...
#include <categories.hpp>
Public Member Functions | |
| void | operator() (connection_ptr const &conn) const |
Function object to prepare the category management in the metadata database.
This function object provides an operator() that takes a connection pointer and prepares the necessary database structures for category management. It is designed to be used in a constexpr context for compile-time evaluation of preparation operations.
| void oxy::api::metadata::category::prepare_fn::operator() | ( | connection_ptr const & | conn | ) | const |
| conn | - The connection pointer to the metadata database. |