Newbetuts
.
New posts in stl
Visual c++ "for each" portability
c++
visual-c++
stl
foreach
Why can't I replace std::map with std::unordered_map
c++
stl
c++11
unordered-map
Is there "magic" in the STL? [closed]
c++
stl
std
How to correctly use std::reference_wrappers
c++
c++11
stl
c++-standard-library
Why do I have to always specify the range in STL's algorithm functions explicitly, even if I want to work on the whole container?
c++
algorithm
c++11
stl
"Proper" way to store binary data with C++/STL
c++
stl
binary-data
How can I create a std::set of structures?
c++
struct
stl
set
containers
Will a call to std::vector::clear() set std::vector::capacity() to zero?
c++
stl
vector
Search a vector of objects by object attribute
c++
gcc
stl
std
Set std::vector<int> to a range
c++11
stl
stdvector
iota
c++
std::optional specialization for reference types
c++
c++11
stl
optional
boost-optional
What's the best hashing algorithm to use on a stl string when using hash_map?
c++
windows
performance
stl
hash
How to generate a list of unknown number of items without using a loop
c++
stl
Multiply vector elements by a scalar value using STL
c++
stl
vector
element
operation
What are Containers/Adapters? C++
c++
stl
containers
adapter
What algorithms are used in C++11 std::sort in different STL implementations?
c++
algorithm
sorting
c++11
stl
Confused about std::runtime_error vs. std::logic_error
c++
boost
stl
exception
How to cheaply assign C-style array to std::vector?
c++
arrays
stl
vector
stdvector
Difference between hash_map and unordered_map?
c++
stl
hashmap
unordered-map
priority queue clear method
c++
stl
Prev
Next