SpiceQA
Questions
Tags
Users
Badges
user_9171697
@user_9171697
0
reputation
0
answers
7
questions
About Me
// Hello, World !
Top Answers
Why does same_as concept check type equality twice?
52 votes
What is the proper format of writing raw strings with '$' in C++?
25 votes
How to detect whether a struct's member is a bit-field at compile time in C++?
7 votes
Why can we return char* from function?
7 votes
Raise compile-time error if a string has whitespace
7 votes
Top Questions
Why does "&& true" added to a constraint make a function template a better overload?
29 votes
4 answers
Is using explicit return type in one translation unit and deduced return type in another allowed?
14 votes
1 answers
What exactly is VK_SUBPASS_EXTERNAL?
8 votes
1 answers
What would be an example where std::bit_cast produces a value representation of multiple values?
4 votes
2 answers
Are there any pitfalls to simulate defaulted function parameters using aggregate initialization?
3 votes
1 answers