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

Method getSize

src/SFML/System/String.cpp:346–349  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

344
345////////////////////////////////////////////////////////////
346std::size_t String::getSize() const
347{
348 return m_string.size();
349}
350
351
352////////////////////////////////////////////////////////////

Callers 15

replaceMethod · 0.45
Packet.cppFile · 0.45
streamLengthFunction · 0.45
streamEofFunction · 0.45
seekCallbackFunction · 0.45
seekFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
setupSwapchainMethod · 0.45
setupShadersMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected