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

Function object to convert a record to a manifest. More...

#include <container.hpp>

Public Member Functions

manifest_t operator() (record_t const &item) const

Detailed Description

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.

Member Function Documentation

◆ operator()()

manifest_t oxy::api::container::from_record_fn::operator() ( record_t const & item) const
Parameters
item- The record_t item to convert to a manifest_t.
Returns
A manifest_t constructed from the provided record_t.