* @brief Construct a new co allocated object. */
| 2677 | * @brief Construct a new co allocated object. |
| 2678 | */ |
| 2679 | stack_allocated(impl::frame *frame, std::span<T> span) noexcept : m_frame{frame}, m_span{span} {} |
| 2680 | |
| 2681 | /** |
| 2682 | * @brief Get a span over the allocated memory. |
nothing calls this directly
no outgoing calls
no test coverage detected