SpiceQA
Questions
Tags
Users
Badges
user_6949852
@user_6949852
0
reputation
0
answers
16
questions
About Me
// Hello, World !
Top Answers
What is activation record in the context of C and C++?
5 votes
What is the purpose of __mptr in latest container_of macro?
3 votes
clang-format: indentation of macros
1 votes
What portion of the Interrupt code is not preemptible?
1 votes
How OS handles stack growth of multiple threads with option "ulimit -s unlimited"?
0 votes
Top Questions
Why does if constexpr require an else to work?
12 votes
2 answers
is_assignable and std::unique_ptr
6 votes
1 answers
Does std::unique_ptr set its underlying pointer to nullptr inside its destructor?
5 votes
3 answers
Why use std::forward rather than std::move for data member in rvalue reference constructor's initialization list?
5 votes
2 answers
Why do *_iterators still require typedef something void after removing std::iterator?
5 votes
1 answers