YOrch 1.0.0
Loading...
Searching...
No Matches
yorch::detail::compact_slot_index_layout< Plan > Struct Template Reference

Intermediate index data for the serial-DFS compact slot layout. More...

#include <layout.hpp>

Public Attributes

std::array< std::size_t, Plan::node_count > physical_slot_indices {}
 
std::array< std::size_t, Plan::node_count > payload_depths {}
 
std::size_t physical_slot_count = 0
 

Detailed Description

template<typename Plan>
struct yorch::detail::compact_slot_index_layout< Plan >

Intermediate index data for the serial-DFS compact slot layout.

Definition at line 90 of file layout.hpp.

Member Data Documentation

◆ payload_depths

template<typename Plan >
std::array<std::size_t, Plan::node_count> yorch::detail::compact_slot_index_layout< Plan >::payload_depths {}

Definition at line 94 of file layout.hpp.

◆ physical_slot_count

template<typename Plan >
std::size_t yorch::detail::compact_slot_index_layout< Plan >::physical_slot_count = 0

Definition at line 96 of file layout.hpp.

◆ physical_slot_indices

template<typename Plan >
std::array<std::size_t, Plan::node_count> yorch::detail::compact_slot_index_layout< Plan >::physical_slot_indices {}

Definition at line 92 of file layout.hpp.


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