SpiceQA
Questions
Tags
Users
Badges
user_13611002
@user_13611002
0
reputation
0
answers
59
questions
About Me
// Hello, World !
Top Answers
Why is template<classTp> bool is_array<Tp[]> a partial specialization for template<class T> bool is_array<Tp>?
2 votes
Race condition example about shared_ptr
1 votes
Race condition example about shared_ptr
0 votes
Is function template specialization really allowed?
0 votes
Top Questions
How is `std::cout` implemented?
44 votes
3 answers
What is difference between "owned pointer" and the "stored pointer" for std::shared_ptr?
7 votes
2 answers
What actually is done when `string::c_str()` is invoked?
5 votes
3 answers
Why does "weak.lock()" return "nullptr" with the definition of "auto weak=std::make_shared<int>(42);"?
5 votes
2 answers
Is it meaningful\suitable to mark the derived class as movable while the base class is non-moveable?
5 votes
1 answers