MCPcopy Create free account
hub / github.com/Naios/function2 / copyable

Class copyable

include/function2/function2.hpp:169–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167// Copy enabler helper class
168template <bool /*Copyable*/>
169struct copyable {};
170template <>
171struct copyable<false> {
172 copyable() = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected