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

Method IsValid

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

Source from the content-addressed store, hash-verified

56
57template <class TResult, bool NoExcept, class... TArgs>
58bool TFunctionView<TResult(TArgs...) noexcept(NoExcept)>::IsValid() const noexcept
59{
60 return Ptr_ != nullptr;
61}
62
63template <class TResult, bool NoExcept, class... TArgs>
64void TFunctionView<TResult(TArgs...) noexcept(NoExcept)>::Reset() noexcept

Callers 2

TESTFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected