SpiceQA
Questions
Tags
Users
Badges
stl-algorithm
17 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
How can I convert std::vector<T> to a vector of pairs std::vector<std::pair<T,T>> using an STL algorithm?
user_18649628
0
•
asked Apr 1, 2022
23
5
2607
stl-algorithm
stl
c++
C++ loop breaked 'cause the std::find algorithm
user_14075508
0
•
asked Oct 10, 2021
2
1
70
c++17
iterator
stl-algorithm
stl
c++
How to erase non-alpha chars and lowercase the alpha chars in a single pass of a string?
user_15326468
0
•
asked Jul 1, 2021
3
3
106
stl-algorithm
c++
string
Why doesn't STL's implementation of next_permutation use the binary search?
user_5399734
0
•
asked Jun 24, 2021
5
1
131
lexicographic
permutation
stl-algorithm
algorithm
c++
What are the incentive of some std::ranges::XXX_n?
user_12861639
0
•
asked Jun 11, 2021
3
0
44
std-ranges
c++20
stl-algorithm
c++
Do the unseq execution policy require the iterators' value_type to be Cpp17CopyAssignable?
user_12002872
0
•
asked Mar 10, 2021
3
1
82
c++17
stl-algorithm
c++
Is there something like std::remove() which does not preserve the order of retained elements of a vector?
user_115751
0
•
asked Feb 10, 2021
3
1
133
unordered
std
vector
stl-algorithm
c++
Avoid manual creation of lambda to wrap the call to new[]: to be used as a generator function in std::generate
user_2452869
0
•
asked Oct 13, 2020
2
2
86
c++17
stl-algorithm
new-operator
lambda
c++
Call a member function of a vector of elements with a vector of arguments in parallel
user_12002872
0
•
asked Jun 9, 2020
2
1
127
c++20
c++17
stl-algorithm
c++
Does std::copy_n work with overlapping ranges?
user_82320
0
•
asked Dec 23, 2013
10
2
547
stl-algorithm
stl
algorithm
c++
1
(current)
2
Next
Next
Hot Questions