MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / replaceInplace

Function replaceInplace

source/MRMesh/MRString.cpp:190–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188}
189
190void replaceInplace( std::string& target, std::string_view from, std::string_view to )
191{
192 target = replace( std::move( target ), from, to );
193}
194
195std::string_view trim( std::string_view str )
196{

Callers 1

Calls 1

replaceFunction · 0.85

Tested by

no test coverage detected