MCPcopy Create free account
hub / github.com/catboost/catboost / operator<<

Method operator<<

library/cpp/yt/exception/exception.h:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 template <class TValue>
60 requires CNestable<TValue>
61 TSimpleException operator<< (TValue&& value) const &
62 {
63 return TSimpleException(*this) << std::forward<TValue>(value);
64 }
65
66private:
67 const std::exception_ptr InnerException_;

Callers

nothing calls this directly

Calls 1

TSimpleExceptionClass · 0.85

Tested by

no test coverage detected