SpiceQA
Questions
Tags
Users
Badges
user_2085626
@user_2085626
0
reputation
0
answers
36
questions
About Me
// Hello, World !
Top Answers
Move semantics with std::vector misunderstanding when passing to a function
15 votes
Using concepts for function overload resolution (instead of SFINAE)
11 votes
C++ passing by const ref vs universal ref
10 votes
GCC: 'std::is_same_v<int, T>' is not usable in a constant expression
8 votes
Using concepts for checking if a type T has a field F
8 votes
Top Questions
'auto' as a template argument placeholder for a function parameter
27 votes
1 answers
unordered_map excess calls to hash function
17 votes
4 answers
placement new on a class with reference field
12 votes
2 answers
A friend function accessing a private member of a friend class
10 votes
1 answers
Constructing a string_view from a range of chars
8 votes
1 answers