lang:cpp:array
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédente | |||
| lang:cpp:array [2023/02/03 11:07] – Ajout de la source root | lang:cpp:array [2023/02/03 11:38] (Version actuelle) – Correction du code root | ||
|---|---|---|---|
| Ligne 8: | Ligne 8: | ||
| | | ||
| T& operator[](E e) { | T& operator[](E e) { | ||
| - | return std:: | + | return std:: |
| + | | ||
| } | } | ||
| const T& operator[](E e) const { | const T& operator[](E e) const { | ||
| - | return std:: | + | return std:: |
| + | | ||
| } | } | ||
| }; | }; | ||
lang/cpp/array.1675418825.txt.gz · Dernière modification : de root
