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

Method Release

util/system/rwlock.h:52–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 }
51
52 static inline void Release(T* t) noexcept {
53 t->ReleaseWrite();
54 }
55};
56
57template <class T>

Callers

nothing calls this directly

Calls 1

ReleaseWriteMethod · 0.80

Tested by

no test coverage detected