* @brief Construct a new co allocated object. */
| 70 | * @brief Construct a new co allocated object. |
| 71 | */ |
| 72 | stack_allocated(impl::frame *frame, std::span<T> span) noexcept : m_frame{frame}, m_span{span} {} |
| 73 | |
| 74 | /** |
| 75 | * @brief Get a span over the allocated memory. |
nothing calls this directly
no outgoing calls
no test coverage detected