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

Function SavePodType

util/ysaveload.h:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56
57template <class T>
58static inline void SavePodType(IOutputStream* rh, const T& t) {
59 rh->Write(&t, sizeof(T));
60}
61
62namespace NPrivate {
63 [[noreturn]] void ThrowLoadEOFException(size_t typeSize, size_t realSize, TStringBuf structName);

Callers 5

SaveMethod · 0.85
SaveMethod · 0.85
SaveMethod · 0.85
SaveScannerMethod · 0.85
SaveMethod · 0.85

Calls 1

WriteMethod · 0.45

Tested by

no test coverage detected