|
OXY API 1.0
OXY API Library Documentation
|
Function object to convert a record to a manifest. More...
#include <container.hpp>
Public Member Functions | |
| manifest_t | operator() (record_t const &item) const |
Function object to convert a record to a manifest.
This function object provides an operator() that takes a record_t item and returns a manifest_t constructed from the provided record. It is designed to be used in a constexpr context for compile-time evaluation of record to manifest conversion operations.
| manifest_t oxy::api::container::from_record_fn::operator() | ( | record_t const & | item | ) | const |
| item | - The record_t item to convert to a manifest_t. |