|
OXY API 1.0
OXY API Library Documentation
|
Function object to retrieve the manifest from a container storage. More...
#include <container.hpp>
Public Member Functions | |
| maybe< manifest_t > | operator() (IStoragePtr const &stgPtr) const |
Function object to retrieve the manifest from a container storage.
This function object provides an operator() that takes a storage pointer and returns a maybe<manifest_t> containing the manifest if available. It is designed to be used in a constexpr context for compile-time evaluation of manifest retrieval operations.
| maybe< manifest_t > oxy::api::container::get_manifest_fn::operator() | ( | IStoragePtr const & | stgPtr | ) | const |
| stgPtr | - The storage pointer to the container. |