MCPcopy Create free account
hub / github.com/boostorg/json / eof

Method eof

example/file.hpp:114–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 }
113
114 bool
115 eof() const noexcept
116 {
117 return std::feof( f_ ) != 0;
118 }
119
120 std::size_t
121 read( char* data, std::size_t size, boost::system::error_code& ec)

Callers 2

parse_fileFunction · 0.80
parse_intoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected