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