|
OXY API 1.0
OXY API Library Documentation
|
Function object to set the manifest in a container storage. More...
#include <container.hpp>
Public Member Functions | |
| void | operator() (IStoragePtr const &stgPtr, manifest_t const &item) const |
Function object to set the manifest in a container storage.
This function object provides an operator() that takes a storage pointer and a manifest_t item to set the manifest in the container. It is designed to be used in a constexpr context for compile-time evaluation of manifest setting operations.
| void oxy::api::container::set_manifest_fn::operator() | ( | IStoragePtr const & | stgPtr, |
| manifest_t const & | item ) const |
| stgPtr | - The storage pointer to the container. |
| item | - The manifest_t item to set in the container. |