SpiceQA
Questions
Tags
Users
Badges
user_8414561
@user_8414561
0
reputation
0
answers
8
questions
About Me
// Hello, World !
Top Answers
Is this C++ member initialization behavior well defined?
23 votes
When to use std::invoke instead of simply calling the invokable?
8 votes
Printing addresses of vector<char>'s elements shows garbage
8 votes
How to return std::lock_guard in a std::pair
7 votes
Difference between make_pair and curly brackets { } for assigning a pair in C++?
4 votes
Top Questions
What is the difference between <? extends Base> and <T extends Base>?
29 votes
4 answers
Is access to a static function variable slower than access to a global variable?
27 votes
4 answers
Why does gcc warn about calling a non-trivial move assignment operator with std::tuple and virtual inheritance?
9 votes
1 answers
How to define a friend function declared in a non template class internal to a template class outside of both classes?
7 votes
1 answers
Why to std::forward a callable before calling it?
4 votes
0 answers