MCPcopy Create free account
hub / github.com/SpartanJ/eepp / insert

Method insert

src/eepp/core/string.cpp:2106–2108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2104}
2105
2106String::Iterator String::insert( Iterator p, const String::StringBaseType& c ) {
2107 return mString.insert( p, c );
2108}
2109
2110void String::insert( Iterator p, size_t n, const String::StringBaseType& c ) {
2111 mString.insert( p, n, c );

Callers 4

addPointerMethod · 0.45
replaceAllMethod · 0.45
insertCharMethod · 0.45
string.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected