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
Is `string.assign(string.data(), 5)` well-defined or UB?
Oct 27, 2022
c++
stl
undefined-behavior
Why `it1++` works, but `it1=it1+1` does not, where it1 is iterator of list container [duplicate]
Aug 22, 2022
c++
list
stl
iterator
STL Map with custom compare function object
Apr 26, 2018
c++
stl
Is there a way to intersect/diff a std::map and a std::set?
Feb 26, 2022
c++
stl
map
set
Finding any element with specific first coordinate in set<pair> >
Apr 17, 2022
c++
stl
containers
C++0x issue: Constant time insertion into std::set
Nov 08, 2022
c++
stl
insert
set
complexity-theory
Why may vector.begin() not equal to &vector[0]?
Aug 26, 2022
c++
vector
stl
Could it be possible to have types with move operations that throw in containers?
Sep 16, 2022
c++
c++11
stl
c++14
stdmove
Why do I get a constant instead of logarithmic curve for an insert time benchmark of the RB-tree based C++ std::set?
Mar 02, 2022
c++
stl
Iterate Multiple std::vector
Apr 20, 2022
c++
stl
iterator
malloc/free based STL allocator
Aug 30, 2022
c++
stl
allocator
Is `char* p=0; std::equal(p,p,p)` well-defined according to the C++ standard?
Oct 23, 2022
c++
visual-studio
stl
How is std::vector faster than a plain array?
Sep 05, 2022
c++
performance
c++11
vector
stl
boost::filter_iterator -- how would I do that with the STL?
Jul 04, 2020
c++
stl
boost
filter
iterator
How to pass two parameters when using std::mem_fun?
Jan 12, 2019
c++
stl
Problem using pair with accumulate
Apr 17, 2022
c++
stl
numeric
std::list<>::splice invalidates iterators. Rationale?
Oct 24, 2022
c++
stl
iterator
invalidation
Wrong results when appending vector to itself using copy and back_inserter [duplicate]
Jul 05, 2017
c++
stl
iterator
undefined-behavior
stl-algorithm
distance between std::set begin() and std::set iterator in O(logn)
Apr 13, 2022
c++
stl
iterator
set
std
how to select a subset from a std::vector or list?
Sep 14, 2022
c++
boost
stl
« Newer Entries
Older Entries »