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

Method stack_allocated

single_header/libfork.hpp:2679–2679  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected