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

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

Detailed Description

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.

Member Function Documentation

◆ operator()()

void oxy::api::container::set_manifest_fn::operator() ( IStoragePtr const & stgPtr,
manifest_t const & item ) const
Parameters
stgPtr- The storage pointer to the container.
item- The manifest_t item to set in the container.