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

Method erase

src/SFML/System/String.cpp:360–363  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

358
359////////////////////////////////////////////////////////////
360void String::erase(std::size_t position, std::size_t count)
361{
362 m_string.erase(position, count);
363}
364
365
366////////////////////////////////////////////////////////////

Callers 15

String.test.cppFile · 0.80
resolveV4Function · 0.80
resolveV6Function · 0.80
processPointerEventMethod · 0.80
closeMethod · 0.80
~WindowImplX11Method · 0.80
setActiveMethod · 0.80
getShaperMethod · 0.80
parseFieldsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected