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

Method eof

src/dbal/ByteStream_impl.hpp:126–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124
125template <class StreamBuf, template <class T> class TypeTraits, bool IsMutable>
126inline
127bool
128ByteStream<StreamBuf, TypeTraits, IsMutable>::eof() const {
129 return rdstate() & std::ios_base::eofbit;
130}
131
132template <class StreamBuf, template <class T> class TypeTraits, bool IsMutable>
133inline

Callers 2

setSizeMethod · 0.80
initializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected