Vertaling van "iteratory" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Zwykle to kolekcja dostarcza metod tworzących iteratory.
Usually, the container provides the methods for creating iterators.
Generatory i iteratory współpracują dając nowy, lepszy sposób na wykonanie tego.
Generators and iterators work together to provide a new, better way to do this.
Wszystkie iteratory, wliczając iterator zakońcowy, zostają unieważnione.
All iterators, including the past-the-end iterator, are invalidated.
W przeciwnym wypadku, tylko iteratory i referencje na elementy występujące przed punktem wstawienia pozostają prawidłowe.
Otherwise, only the iterators and references before the insertion point remain valid.
W innym wypadku - żadne iteratory nie zostają unieważnione.
Otherwise - none iterators are invalidated.
W zależności od języka i zamierzonego zastosowania iteratory mogą dostarczać dodatkowych operacji lub posiadać różne zachowania.
Depending on the language and intended use, iterators may also provide additional operations or exhibit different behaviors.
Jeśli nowy rozmiar jest większy niż stary: wszystkie iteratory zostają unieważnione
If the new size is bigger than the old one: all iterators are invalidated
Z reguły, iteratory tablicy nigdy nie są unieważnione, przez cały czas istnienia tablicy.
As a rule, iterators to an array are never invalidated throughout the lifetime of the array.
Elementy są przechowywane w ciągłej pamięci, co oznacza, że można do nich uzyskać dostęp nie tylko przez iteratory, ale również przesuwając zwykłe wskaźniki na elementy.
The elements are stored contiguously, which means that elements can be accessed not only through iterators, but also using offsets to regular pointers to elements.
Para std::pair zawiera iteratory określające oczekiwany przedział: pierwszy wskazujący na pierwszy element nie mniejszy niż key, a drugi wskazujący na pierwszy element większy niż key.
std::pair containing a pair of iterators defining the wanted range: the first pointing to the first element that is not less than key and the second pointing to the first element greater than key.
Powoduje realokację, jeśli nowy rozmiar size() jest większy niż stara pojemność capacity(). Jeśli nowy rozmiar size() jest większy niż capacity(), wszystkie iteratory i referencje są unieważnione.
Causes reallocation if the new size() is greater than the old capacity().If the new size() is greater than capacity(), all iterators and references are invalidated.
W Lua używamy funkcji do reprezentowania iteratory.
In Lua we use functions to represent iterators.
JavaScript 1.7 jest aktualizacją języka wprowadzającą kilka nowych funkcji, w szczególności generatory, iteratory, uproszczenia składni dla tablic, wyrażenia let, oraz rozpakowywanie struktur.
JavaScript 1.7 is a language update introducing several new features, in particular generators, iterators, array comprehensions, let expressions, and destructuring assignment.