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

Method substring

src/SFML/System/String.cpp:404–407  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

402
403////////////////////////////////////////////////////////////
404String String::substring(std::size_t position, std::size_t length) const
405{
406 return m_string.substr(position, length);
407}
408
409
410////////////////////////////////////////////////////////////

Callers 1

String.test.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected