Newbetuts
.
New posts in stl
Why vector access operators are not specified as noexcept?
c++
exception
c++11
stl
noexcept
Is there a standard date/time class in C++?
c++
datetime
stl
stream
Is std::vector or boost::vector thread safe?
c++
boost
stl
thread-safety
std
array vs vector vs list
c++
arrays
list
stl
vector
How can I make the map::find operation case insensitive?
c++
string
dictionary
stl
case-insensitive
Use the auto keyword in C++ STL
c++
stl
c++11
Can std::vector emplace_back copy construct from an element of the vector itself?
c++
c++11
vector
stl
Generic vector of vectors in C++
c++
stl
Using std::map<K,V> where V has no usable default constructor
c++
stl
map
compile-time
C++ vector that *doesn't* initialize its members?
c++
stl
vector
Checking whether a vector is empty
c++
stl
vector
Why are C++ STL iostreams not "exception friendly"?
c++
exception
stl
iostream
Is stl vector concurrent read thread-safe?
c++
concurrency
stl
thread-safety
language-lawyer
How to remove element not at top from priority_queue?
c++
stl
priority-queue
binary-heap
C++, can I statically initialize a std::map at compile time?
c++
stl
embedded
Is the std::set iteration order always ascending according to the C++ specification?
c++
stl
set
Advice on a better way to extend C++ STL container with user-defined methods
c++
stl
Which type of sorting is used in the std::sort()?
c++
sorting
stl
Comparing 3 modern c++ ways to convert integral values to strings
c++
c++11
boost
stl
STL vectors with uninitialized storage?
c++
optimization
stl
vector
Prev
Next