MCPcopy Create free account
hub / github.com/SFML/SFML / eof

Method eof

src/SFML/System/String.cpp:130–133  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

128
129////////////////////////////////////////////////////////////
130U8StringCharTraits::int_type U8StringCharTraits::eof() noexcept
131{
132 return std::char_traits<char>::eof();
133}
134
135
136////////////////////////////////////////////////////////////

Callers 3

loadFromFileMethod · 0.80
sendMethod · 0.80
mainFunction · 0.80

Calls 1

eofFunction · 0.85

Tested by

no test coverage detected