MCPcopy Create free account
hub / github.com/ConorWilliams/libfork / operator=

Method operator=

include/libfork/core/impl/stack.hpp:222–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220 stack(stack const &) = delete;
221
222 auto operator=(stack const &) -> stack & = delete;
223
224 /**
225 * @brief Move-construct from `other` leaves `other` in the empty/default state.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected