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

Method size_bytes

util/generic/array_ref.h:105–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 }
104
105 constexpr size_t size_bytes() const noexcept {
106 return (size() * sizeof(T));
107 }
108
109 constexpr inline bool empty() const noexcept {
110 return (S_ == 0);

Callers 2

as_bytesFunction · 0.80
as_writable_bytesFunction · 0.80

Calls 1

sizeFunction · 0.50

Tested by

no test coverage detected