Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in const-iterator
c++: const_iterator and the for-each loop
Oct 23, 2022
c++
vector
foreach-loop-container
const-iterator
Can assignment from a const_iterator dereference cause undefined behaviour?
May 10, 2022
c++
pointers
pass-by-reference
undefined-behavior
const-iterator
Iterator invalidation by `std::string::begin()`/`std::string::end()`?
Jul 08, 2022
c++
c++11
iterator
c++98
const-iterator
Understanding const_iterator with pointers?
Apr 27, 2022
c++
const-iterator
Deduced type of "auto it = unordered_map.find(key)"?
Jul 08, 2022
c++11
const-iterator
c++ sorted view of range - how to create const_iterator?
Jan 08, 2022
c++
stl
iterator
c++14
const-iterator
Expose the const and nonconst versions of begin() and end() to iterate member vector with smart pointer
Jun 25, 2018
c++
constants
smart-pointers
const-iterator
reverse_iterator adapter
Oct 18, 2022
c++
iterator
adapter
b-tree
const-iterator
Iterate over vector of pair
Nov 15, 2022
c++
vector
stl
iterator
const-iterator
What's the difference between const_iterator<T> and iterator<const T>?
Sep 13, 2022
c++
iterator
constants
const-iterator
c++11: erase using a const_iterator
Aug 31, 2018
c++
c++11
stdvector
erase
const-iterator
How to change a set element?
Apr 20, 2022
c++
set
const-iterator
C++ : How to write a const_iterator?
Nov 15, 2022
c++
iterator
const-iterator
Move iterators for containers?
Sep 14, 2022
c++11
stl
iterator
move
const-iterator
Const-correctness of self made iterators
Oct 18, 2022
c++
iterator
const-iterator
Why elements can be inserted in a vector when using const_iterators
Nov 02, 2022
c++
c++14
const-iterator
In C++17, why do associative containers have an `erase` member function that takes (non-`const`) `iterator`?
Sep 05, 2022
c++
iterator
stdmap
c++17
const-iterator
C++ iterator and const_iterator problem for own container class
Jul 23, 2021
c++
stl
containers
const-iterator
Why const_iterator could be used with std::map::erase
Nov 16, 2022
c++
c++11
iterator
stdmap
const-iterator
const_iterator and constness of const_iterator::value_type
Nov 26, 2015
c++
iterator
const-iterator
iterator-traits
Older Entries »