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 stl
Memory leak during unordered_map::insert KeyEqual exception with GCC - breaking the strong exception safety guarantee?
Feb 14, 2021
c++
gcc
stl
unordered-map
exception-safety
C++ using std::vector across boundaries [duplicate]
Sep 30, 2019
c++
c++11
dll
vector
stl
std::future still valid after calling get() (which throws an exception)
Feb 27, 2021
c++
c++11
exception
stl
future
Is std::deque faster than std::vector for inserting at the end?
Oct 15, 2022
c++
stl
How to implement LFU cache using STL?
Nov 19, 2019
c++
algorithm
caching
stl
std::vector faster than std::unordered_set?
Nov 21, 2022
c++
performance
vector
stl
unordered-set
Why does std::priority_queue use max heap instead of min heap?
Nov 15, 2022
c++
stl
priority-queue
Inserting to std::unordered_map calls hash function twice in MSVC++'s STL, bad design or special reason?
Mar 26, 2022
c++
c++11
visual-c++
stl
std::string_view and std::string in std::unordered_set [duplicate]
Dec 28, 2021
c++
stl
c++17
unordered-set
string-view
What makes this bucket sort function slow?
Nov 19, 2022
c++
algorithm
performance
stl
Why is inserting multiple elements into a std::set simultaneously faster?
Mar 07, 2022
c++
data-structures
stl
copy_backward or copy with reverse_iterators?
Sep 22, 2022
c++
stl
Is it possible to write one function for std::string and std::wstring?
Nov 08, 2022
c++
string
templates
stl
stdstring
Stream from std::string without making a copy?
Mar 27, 2022
c++
stl
stringstream
Is this crash in libc++ std::search_n a bug?
May 19, 2020
c++
c++11
stl
libc++
Why doesn't std::priority_queue have a clear() member function
Oct 25, 2022
c++
c++11
stl
C++: is it safe to work with std::vectors as if they were arrays?
Apr 28, 2022
c++
arrays
stl
vector
containers
Why the template with default template arguments can't be used as template with less template argument in Template Template Parameters
Jun 29, 2018
c++
templates
stl
Type-erased allocators in modern C++
Jan 03, 2019
c++
c++11
stl
type-erasure
allocator
Practically safe to assume sizeof(std::unordered_map<std::string, T>) is the same for all T?
Aug 24, 2022
c++
c++11
stl
language-lawyer
« Newer Entries
Older Entries »