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

From KDE TechBase
(Created page with "Coloque em cache o retorno da chamada do método <tt>end()</tt> (ou <tt>constEnd()</tt>) antes de fazer a iteração em contêineres grandes. Por exemplo:")
 
(No difference)

Latest revision as of 20:46, 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)
Cache the return of the <tt>end()</tt> (or <tt>constEnd()</tt>) method call before doing iteration over large containers. For example:

Coloque em cache o retorno da chamada do método end() (ou constEnd()) antes de fazer a iteração em contêineres grandes. Por exemplo: