OXY API 1.0
OXY API Library Documentation
Loading...
Searching...
No Matches
oxy::api::container::get_manifest_fn Struct Reference

Function object to retrieve the manifest from a container storage. More...

#include <container.hpp>

Public Member Functions

maybe< manifest_toperator() (IStoragePtr const &stgPtr) const

Detailed Description

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.

Member Function Documentation

◆ operator()()

maybe< manifest_t > oxy::api::container::get_manifest_fn::operator() ( IStoragePtr const & stgPtr) const
Parameters
stgPtr- The storage pointer to the container.