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

Method Release

library/cpp/yt/memory/function_view-inl.h:29–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28template <class TResult, bool NoExcept, class... TArgs>
29TFunctionView<TResult(TArgs...) noexcept(NoExcept)>
30TFunctionView<TResult(TArgs...) noexcept(NoExcept)>::Release() noexcept
31{
32 auto copy = *this;
33 Reset();
34 return copy;
35}
36
37template <class TResult, bool NoExcept, class... TArgs>
38TResult TFunctionView<TResult(TArgs...) noexcept(NoExcept)>::operator()(TArgs... args) noexcept(NoExcept)

Callers 6

CompareAndSwapMethod · 0.45
TAtomicIntrusivePtrMethod · 0.45
ExchangeMethod · 0.45
StoreMethod · 0.45
FinishMethod · 0.45
~TSharedRefArrayImplMethod · 0.45

Calls 1

ResetFunction · 0.50

Tested by

no test coverage detected