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