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