StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

songyuanyao

Rating
1756.69 (35th)
Reputation
104,828 (688th)
Page: 1 ... 22 23 24 25 26 ... 55
Title Δ
Lvalue to rvalue conversion with integer pointer 0.00
Bind rvalue reference to lvalue with `void*` +0.98
Using shared_ptr with array of objects 0.00
perfect forwarding function deduced conflicting error +0.20
Repeatedly moving a variable from lambda that has been move captured 0.00
Why isn't the struct object a type? +1.41
Is this assertion of `const char*` guaranteed to be true? +0.19
How does this template type deduction and overload resolution work? 0.00
how to understand that dereference a pointer to array get a pointer... 0.00
Errors trying to overload template class friend << operator 0.00
Explicit specialization in non-namespace scope does not compile in... 0.00
Why can a templatized derived class access its base private members... 0.00
Why I am getting link error on declared function? 0.00
Why is sizeof() of this array illegal? -0.66
Direct-init vs list-init in array new-expression 0.00
nested template class and a function in the global namespace -0.90
Access rights of a nested class of a nested class +1.87
Why const double && doesn't work for lvalue reference? -0.18
Why the temporary object can be returned in this example? +0.22
How can a templated function modify it's behaviour at compilati... 0.00
Constructor error when initializing c++ vector with struct 0.00
Specialize a template function with template class +0.27
Why can const members be modified in a constructor? +0.39
Why member variable which is a pointer to another class is allowed... 0.00
why C++ template function do not support returning a pointer? 0.00
Generalized lambda capture by value always located at the same addr... -2.66
calling a template method results in no match for 'operator<... 0.00
using namespace & overloaded function +0.65
C++ How can I call superclass constructor with two parameters from... -1.27
return reference to temporary when dereferencing map iterator 0.00
Why does passing a const std::string& to a constructor not allo... 0.00
What is the correct syntax to call a enum class enumerators that ar... -3.08
Create constant sized vector of constant sized vectors +0.24
reference to type 'Item *const' could not bind to an rvalue... 0.00
changing stack's top pointer by passing by pointer -1.04
C++ class template function can access nested class private member +0.83
Different iterator behavior of raw array and std::array on clang++... 0.00
Passing function as template parameter 0.00
std::function vs auto call to different overload 0.00
Can't pass 'const pointer const' to const ref -2.38
Mandatory class name when calling base class' function? 0.00
ISO C++ Standard - rules regarding examining dependent base. Why? 0.00
Overloading == and !=, but program only use the former 0.00
Clarify the behaviour of << operator overloading of in C++ 0.00
incomplete type name in nested name specifier 0.00
Implicit constructor call or what? 0.00
C++ templates and alias 0.00
Std bind equivalent to lambda for binding a member function to a st... 0.00
Unable to instantiate a template : template arg deduction/substitut... 0.00
Why does the std::move() work in c++? 0.00