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

Method replace

src/SFML/System/String.cpp:381–384  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

379
380////////////////////////////////////////////////////////////
381void String::replace(std::size_t position, std::size_t length, const String& replaceWith)
382{
383 m_string.replace(position, length, replaceWith.m_string);
384}
385
386
387////////////////////////////////////////////////////////////

Callers 2

String.test.cppFile · 0.80
KeyboardViewMethod · 0.80

Calls 1

getSizeMethod · 0.45

Tested by

no test coverage detected