SpiceQA
Questions
Tags
Users
Badges
user_11539646
@user_11539646
0
reputation
0
answers
9
questions
About Me
// Hello, World !
Top Answers
A compile time way to determine the least expensive argument type
2 votes
Let ss be a std::stringstream. How to specify a concept for (ss<<some_type).str() is a std::string?
1 votes
How can I sort a vector based on sort of another vector?
1 votes
Enhanced for loop with std::move_iterator
0 votes
Suppose we have two std::vectors v1 and v2 and we dont want to combine these in a struct. How to transform v2 the same way v1 was transformed by sort?
0 votes
Top Questions
Will modules in c++20 reduce compile time compared to traditional header-files?
8 votes
3 answers
Is it possible to mimic polymorphism using concepts with c++20?
4 votes
1 answers
Why is static_cast from int (*)(int) to void* not allowed in C++?
3 votes
1 answers
How to specialize a variadic template function in c++?
3 votes
2 answers
Where to initialize static const member in c++17 or newer?
2 votes
1 answers