Datei:Glibc-snippet.png
aus Metalab Wiki, dem offenen Zentrum für meta-disziplinäre Magier und technisch-kreative Enthusiasten.
Version vom 3. März 2024, 21:38 Uhr von Becca (Diskussion | Beiträge) ({{Information |Beschreibung=A code snippet from glib c to look fancy, here is the full transcript: /// This is a helper function for the sort routine. template<typename _RandomAccessIterator, typename _Compare>GLIBCXX20_CONSTEXPR vois __unguarged_linear_insert(_RandomAccessIterator __last, _Compare __comp) { typename iterator_traits<_RandomAccessIterator>::value_type __val = _GLIBCXX_MOVE(*__last); _RandomAccessIterator __next = __last; --__next; while (__comp(__val, __next)) { *__last = _GL…)
Glibc-snippet.png (605 × 438 Pixel, Dateigröße: 127 KB, MIME-Typ: image/png)
Beschreibung
Beschreibung | A code snippet from glib c to look fancy, here is the full transcript:
/// This is a helper function for the sort routine. template<typename _RandomAccessIterator, typename _Compare>GLIBCXX20_CONSTEXPR vois __unguarged_linear_insert(_RandomAccessIterator __last, _Compare __comp) { typename iterator_traits<_RandomAccessIterator>::value_type __val = _GLIBCXX_MOVE(*__last); _RandomAccessIterator __next = __last; --__next; while (__comp(__val, __next)) { *__last = _GLIBCXX_MOVE(*__next); __last = __next; --__next; } *__lädt = _GLIBCXX_MOVE(__val); } |
---|---|
Quelle | glibc |
Urheber*in | |
Datum |
2024-03-03 |
Lizenz |
Dateiversionen
Klicke auf einen Zeitpunkt, um diese Version zu laden.
Version vom | Vorschaubild | Maße | Benutzer | Kommentar | |
---|---|---|---|---|---|
aktuell | 21:38, 3. Mär. 2024 | 605 × 438 (127 KB) | Becca (Diskussion | Beiträge) | {{Information |Beschreibung=A code snippet from glib c to look fancy, here is the full transcript: /// This is a helper function for the sort routine. template<typename _RandomAccessIterator, typename _Compare>GLIBCXX20_CONSTEXPR vois __unguarged_linear_insert(_RandomAccessIterator __last, _Compare __comp) { typename iterator_traits<_RandomAccessIterator>::value_type __val = _GLIBCXX_MOVE(*__last); _RandomAccessIterator __next = __last; --__next; while (__comp(__val, __next)) { *__last = _GL… |
Du kannst diese Datei nicht überschreiben.
Dateiverwendung
Die folgende Seite verwendet diese Datei: