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

Method Swap

util/stream/str.h:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 TStringInput& operator=(TStringInput&&) noexcept = default;
44
45 inline void Swap(TStringInput& s) noexcept {
46 DoSwap(S_, s.S_);
47 DoSwap(Pos_, s.Pos_);
48 }
49
50protected:
51 size_t DoNext(const void** ptr, size_t len) override;

Callers 1

OnBufferExhaustedMethod · 0.45

Calls 1

DoSwapFunction · 0.50

Tested by

no test coverage detected