MCPcopy Create free account
hub / github.com/Dobiasd/FunctionalPlus / shared_ref

Method shared_ref

include/fplus/shared_ref.hpp:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22class shared_ref {
23public:
24 shared_ref(const shared_ref&) = default;
25 shared_ref(shared_ref&&) = default;
26 shared_ref& operator=(const shared_ref&) = default;
27 shared_ref& operator=(shared_ref&&) = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected