SpiceQA
Questions
Tags
Users
Badges
user_11638718
@user_11638718
0
reputation
0
answers
74
questions
About Me
// Hello, World !
Top Answers
Is it possible to print a variable's type in standard C++?
135 votes
How can I propagate const when returning a std::vector<int*> from a const method?
47 votes
Is it possible to deprecate implicit conversion while allowing explicit conversion?
34 votes
How do I restrict fold expressions with C++ 20 requirements/concepts?
22 votes
Can I create a function which takes any number of arguments of the same type?
17 votes
Top Questions
The validity of lambda expression with omitted parameter list in C++23
32 votes
1 answers
Parameter pack expansion with lambda in C++20
27 votes
1 answers
Integer literal for fixed width integer types
22 votes
1 answers
Do we really need to implicitly convert ranges adaptors to bool?
19 votes
1 answers
Is the const overload of begin/end of the range adapters underconstrained?
17 votes
1 answers