Translations:Development/Tutorials/Common Programming Mistakes/45/pt-br: Difference between revisions

From KDE TechBase
(Created page with "Isso evita a criação desnecessária do objeto de retorno temporário <tt>end()</tt> (ou <tt>constEnd()</tt>) em cada iteração de loop, acelerando-a bastante.")
 
(No difference)

Latest revision as of 20:48, 5 February 2020

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Development/Tutorials/Common Programming Mistakes)
This avoids the unnecessary creation of the temporary <tt>end()</tt> (or <tt>constEnd()</tt>) return object on each loop iteration, largely speeding it up.

Isso evita a criação desnecessária do objeto de retorno temporário end() (ou constEnd()) em cada iteração de loop, acelerando-a bastante.