Trimming (computer programming): Difference between revisions

Content deleted Content added
Heejinmun (talk | contribs)
References: change the link [7]
Rescuing 1 sources, flagging 0 as dead, and archiving 8 sources. #IABot
Line 183:
Note that with boost's function named simply <code>trim</code> the input sequence is modified in-place, and does not return a result.
 
Another [[open-source software|open source]] C++ library [[Qt (toolkit)|Qt]] has several trim variants, including a standard one:<ref>[http://doc.trolltech.com/4.5/qstring.html#trimmed] {{deadwayback|url=http://doc.trolltech.com/4.5/qstring.html#trimmed link|date=February20090802041055 2015}}</ref>
 
<source lang="cpp-qt">