MCPcopy Create free account
hub / github.com/MyGUI/mygui / _seekFwd

Method _seekFwd

MyGUIEngine/src/MyGUI_UString.cpp:14–17  ·  view source on GitHub ↗

--------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

12
13 //--------------------------------------------------------------------------
14 void UString::_base_iterator::_seekFwd(size_type c)
15 {
16 mIter += c;
17 }
18 //--------------------------------------------------------------------------
19 void UString::_base_iterator::_seekRev(size_type c)
20 {

Callers 2

operator+Method · 0.80
operator-Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected