9template <std::
size_t Size, std::
size_t Align, slot_physical_policy Policy>
12template <std::
size_t Size, std::
size_t Align>
42 alignas(
Align) std::byte storage_[
Size] {};
43 bool engaged_ =
false;
47template <std::
size_t Size, std::
size_t Align>
73 alignas(
Align) std::byte storage_[
Size] {};
constexpr std::size_t no_physical_slot
Sentinel physical slot index meaning "this node has no storage".
slot_physical_policy
Storage-level policy for a physical slot after layout selection.
constexpr bool is_adapter_descriptor_v
constexpr std::size_t * owner_node_ptr() noexcept
constexpr bool * engaged_ptr() noexcept
constexpr const bool * engaged_ptr() const noexcept
constexpr const std::byte * raw_storage() const noexcept
constexpr const std::size_t * owner_node_ptr() const noexcept
constexpr std::byte * raw_storage() noexcept
constexpr std::byte * raw_storage() noexcept
static constexpr bool * engaged_ptr() noexcept
constexpr std::size_t * owner_node_ptr() noexcept
constexpr const std::size_t * owner_node_ptr() const noexcept
constexpr const std::byte * raw_storage() const noexcept