YOrch 1.0.0
Loading...
Searching...
No Matches
yorch::detail::explicit_heap_stack_dispatch< Plan, Slots > 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>
struct yorch::detail::explicit_heap_stack_dispatch< Plan, Slots >

Definition at line 284 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 288 of file serial_dfs_explicit_heap_stack.hpp.

◆ destroy_fanout

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

Definition at line 294 of file serial_dfs_explicit_heap_stack.hpp.

◆ enter

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

Definition at line 285 of file serial_dfs_explicit_heap_stack.hpp.

◆ prepare_fanout

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

Definition at line 291 of file serial_dfs_explicit_heap_stack.hpp.

◆ requires_fanout_staging

template<typename Plan , typename Slots >
constexpr auto yorch::detail::explicit_heap_stack_dispatch< Plan, Slots >::requires_fanout_staging
staticconstexpr
Initial value:
=
std::make_index_sequence<Plan::node_count> {})

Definition at line 297 of file serial_dfs_explicit_heap_stack.hpp.


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