MCPcopy Create free account
hub / github.com/ConorWilliams/libfork / stack_allocated

Method stack_allocated

include/libfork/core/co_alloc.hpp:72–72  ·  view source on GitHub ↗

* @brief Construct a new co allocated object. */

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected