MCPcopy Create free account
hub / github.com/catboost/catboost / TWeakPtr

Method TWeakPtr

library/cpp/yt/memory/weak_ptr.h:19–19  ·  view source on GitHub ↗

Empty constructor.

Source from the content-addressed store, hash-verified

17
18 //! Empty constructor.
19 TWeakPtr() = default;
20
21 TWeakPtr(std::nullptr_t)
22 { }

Callers

nothing calls this directly

Calls 3

GetMethod · 0.45
LockMethod · 0.45
SwapMethod · 0.45

Tested by

no test coverage detected