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

Function SavePodArray

util/ysaveload.h:77–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75
76template <class T>
77static inline void SavePodArray(IOutputStream* rh, const T* arr, size_t count) {
78 rh->Write(arr, sizeof(T) * count);
79}
80
81template <class T>
82static inline void LoadPodArray(IInputStream* rh, T* arr, size_t count) {

Callers 10

SaveStrFunction · 0.85
WriteAuxFunction · 0.85
SaveMethod · 0.85
AlignSaveFunction · 0.85
AlignedSaveArrayFunction · 0.85
SaveMethod · 0.85
SaveMethod · 0.85
SaveArrayMethod · 0.85
SaveMethod · 0.85
SaveMethod · 0.85

Calls 1

WriteMethod · 0.45

Tested by

no test coverage detected