YOrch 1.0.0
Loading...
Searching...
No Matches
yorch::detail::explicit_heap_stack_dispatch_with_ctx< Plan, Slots, Ctx > Struct Template Reference

#include <serial_dfs_explicit_heap_stack.hpp>

Static Public Attributes

static constexpr auto enter
 
static constexpr auto destroy
 
static constexpr auto prepare_fanout
 
static constexpr auto destroy_fanout
 
static constexpr auto requires_fanout_staging
 

Detailed Description

template<typename Plan, typename Slots, typename Ctx>
struct yorch::detail::explicit_heap_stack_dispatch_with_ctx< Plan, Slots, Ctx >

Definition at line 303 of file serial_dfs_explicit_heap_stack.hpp.

Member Data Documentation

◆ destroy

Initial value:
=
std::make_index_sequence<Plan::node_count> {})
constexpr bool is_adapter_descriptor_v
Definition adapters.hpp:63

Definition at line 307 of file serial_dfs_explicit_heap_stack.hpp.

◆ destroy_fanout

Initial value:
=
std::make_index_sequence<Plan::node_count> {})

Definition at line 313 of file serial_dfs_explicit_heap_stack.hpp.

◆ enter

Initial value:
=
std::make_index_sequence<Plan::node_count> {})

Definition at line 304 of file serial_dfs_explicit_heap_stack.hpp.

◆ prepare_fanout

Initial value:
=
std::make_index_sequence<Plan::node_count> {})

Definition at line 310 of file serial_dfs_explicit_heap_stack.hpp.

◆ requires_fanout_staging

Initial value:
=
std::make_index_sequence<Plan::node_count> {})

Definition at line 316 of file serial_dfs_explicit_heap_stack.hpp.


The documentation for this struct was generated from the following file: