Translations:KDevelop5/Manual/Working with source code/176/uk

From KDE UserBase Wiki
Revision as of 08:38, 22 March 2020 by Yurchor (talk | contribs) (Created page with "{{Input|1=<nowiki> for (typename Triangulation<dim,spacedim>::active_cell_iterator; cell = triangulation.begin_active(); cell != triangulation.end(); ++cell)...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
for (typename Triangulation<dim,spacedim>::active_cell_iterator;
     cell = triangulation.begin_active();
     cell != triangulation.end(); ++cell)
         ... do something with the cell ...