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

Method insert

src/efsw/String.cpp:307–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305}
306
307String::Iterator String::insert( Iterator p, char c ) {
308 return mString.insert( p, c );
309}
310
311void String::insert( Iterator p, size_t n, char c ) {
312 mString.insert( p, n, c );

Callers 7

addWatchMethod · 0.45
String.cppFile · 0.45
addWatchMethod · 0.45
handleAddModDelMethod · 0.45
handleActionsMethod · 0.45
addWatchMethod · 0.45
addWatchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected