SpiceQA
Questions
Tags
Users
Badges
user_1463922
@user_1463922
0
reputation
0
answers
6
questions
About Me
// Hello, World !
Top Answers
In template<class It> function where It is an iterator, can I make It::value_type work for both vector::iterators and array::iterators?
6 votes
Exception safety of new operator
5 votes
Passing void function as argument into double function in c++
4 votes
Function call with template parameter
3 votes
Variadic template with function, inputs and outputs types
2 votes
Top Questions
Do I really have to worry about alignment when using placement new operator?
27 votes
5 answers
What is the usage of lambda trailing return type auto?
16 votes
1 answers
Can spaceship operator be used in fold expressions?
14 votes
1 answers
Why aligning of long long union member is bigger than the containing union/struct? Is this correct?
8 votes
1 answers
Is this correct: std::views::reverse on infinite range?
5 votes
1 answers