MCPcopy Create free account
hub / github.com/apache/madlib / ptr

Method ptr

src/dbal/ByteStreamHandleBuf_impl.hpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38
39template <class Storage, class CharType, bool IsMutable>
40const typename ByteStreamHandleBuf<Storage, CharType, IsMutable>::char_type*
41ByteStreamHandleBuf<Storage, CharType, IsMutable>::ptr() const {
42 return storage().ptr();
43}
44
45template <class Storage, class CharType, bool IsMutable>
46size_t

Callers 1

resizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected