MCPcopy Create free account
hub / github.com/anthonywilliams/ccia_code_samples / X

Method X

listings/listing_3.9.cpp:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13 mutable std::mutex m;
14public:
15 X(some_big_object const& sd):some_detail(sd){}
16
17 friend void swap(X& lhs, X& rhs)
18 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected