Newbetuts
.
New posts in stl
STL Rope - when and where to use
c++
stl
ropes
std::string in a multi-threaded program
c++
stl
C++ STL map::erase a non-existing key
c++
stl
map
key
erase
How does std::copy work with stream iterators
c++
stl
stream
iterator
Are const_iterators faster?
c++
stl
iterator
const-iterator
Comparing STL strings that use different allocators
c++
string
memory-management
stl
Convert iterator to pointer?
c++
stl
pointers
vector
iterator
STL vector: Moving all elements of a vector
c++
stl
stdvector
Can I use const in vectors to allow adding elements, but not modifications to the already added?
c++
stl
constants
Is there a nice way to assign std::minmax(a, b) to std::tie(a, b)?
c++
algorithm
reference
stl
c++17
Why use functors over functions?
c++
stl
functor
std::map emplace without copying value
c++
c++11
dictionary
stl
emplace
How to pretty-print STL containers in GDB?
c++
linux
debugging
stl
gdb
C++ priority_queue with lambda comparator error
c++
stl
lambda
c++11
priority-queue
Checking for existence in std::map - count vs find
c++
dictionary
stl
stdmap
Converting between C++ std::vector and C array without copying
c++
c
arrays
stl
stdvector
Using C++ vector::insert() to add to end of vector
c++
stl
vector
iterator
std::transform() and toupper(), no matching function
c++
algorithm
stl
Does std::stack expose iterators?
c++
stl
stack
One liner to convert from list<T> to vector<T>
c++
stl
Prev
Next