SpiceQA
Questions
Tags
Users
Badges
user_9603886
@user_9603886
0
reputation
0
answers
6
questions
About Me
// Hello, World !
Top Answers
How to get const_iterator when the T is 'const std::map',?
6 votes
Calling a functor "pointed to" by an iterator inside a template function
6 votes
How to get the type of non-static method without instance?
4 votes
Move constructor called twice when move-constructing a std::function from a lambda that has by-value captures
3 votes
Check if value is in set p1 and p2 but not in p3
2 votes
Top Questions
What is the memory layout of vector of arrays?
49 votes
4 answers
Why can't I create a std::string_view from std::string iterators?
6 votes
3 answers
why I need to use std::decay in the following case?
3 votes
1 answers
What is the usecase of return value for std::vector::emplace_back in C++17?
2 votes
3 answers
How to conditionally get a `T` or `const T&` from template type `T`?
2 votes
2 answers