Template Function heongpu::output_storage_manager

Function Documentation

template<typename T, typename F>
void heongpu::output_storage_manager(T &object, F function, ExecutionOptions options)

Manages the output storage of an object after executing a function.

Template Parameters:
  • T – The type of the object to manage.

  • F – The callable type of the function to execute on the object.

Parameters:
  • object – The object whose output storage is being managed.

  • function – The callable function that will operate on the object.

  • options – A set of execution options defining storage behavior and stream configuration.