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

Method Destroy

library/cpp/cache/cache.h:707–708  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

705struct TNoopDelete {
706 template <class T>
707 static inline void Destroy(const T&) noexcept {
708 }
709};
710
711template <typename TKey, typename TValue, typename TDeleter = TNoopDelete, class TSizeProvider = TUniformSizeProvider<TValue>, typename TAllocator = std::allocator<typename TLRUList<TKey, TValue, TSizeProvider>::TItem>>

Callers 8

CloseLogMethod · 0.45
TestMoveCtorMethod · 0.45
TestWithMethod · 0.45
DoFinishMethod · 0.45
StopMethod · 0.45
ResetConnectionMethod · 0.45
NextMethod · 0.45
FinishMethod · 0.45

Calls

no outgoing calls

Tested by 2

TestMoveCtorMethod · 0.36
TestWithMethod · 0.36