StackRating

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

xskxzr

Rating
1579.64 (3,035th)
Reputation
6,975 (23,034th)
Page: 1 2 3 4 ... 5
Title Δ
Difference in the end of lifetime rules? -1.24
Why does an extremely large value cause this code to repeat infinit... 0.00
Function template overload resolution with two parameter packs 0.00
What is the usecase of return value for std::vector::emplace_back i... +2.00
Could we access member of a non-existing class type object? +0.41
Do we still need to write the empty angle brackets when using trans... +2.95
Copy constructor called with a variable used only once. Could this... +1.65
What does this mean "prvalue of type“ in C++ standard N3337 5.... -1.30
Is it strictly defined by the standard how this program should comp... -0.68
Overload for ostream on vectors throws error when using std::copy +2.28
what is the difference between ofstream and ifstream? -1.99
Perfect forwarding and constructors -2.08
Extraction operator into non-numeric character +2.21
ostream operator<< overloaded for taking STL containers, pass... -1.81
Overload selection with parameter pack and universal references -2.08
Match type in a list of type using C++ template 0.00
Difference between modifying and non-modifying putback() -0.08
C++ wording for template explicit specialization -1.41
Type conversion in class template instantiation +0.41
Why can't a 2D std::array be initialized with two layers of lis... 0.00
What problem does it solve that for not non-vacuous initialization,... -2.05
Question about the usage of std::move() in member overloading 0.00
Is it possible to avoid the need for copy/move constructors in the... +2.95
calling a template parameter constexpr method? 0.00
Declare the same identifier as const variable and member function -1.34
Compile error when doing SFINAE practice 0.00
Why is this static member not constructed even though it exists? +0.41
const pointers passed as argument into constexpr function 0.00
C++17 Using Class Template Argument Deduction guides on a type that... +0.40
A compile-type template predicate compiles with Clang, but not with... +0.41
Static or dynamic type is used for "sizeof expr"? +0.03
How to achieve vector swizzling in C++? +0.42
C++ list initialization allows multiple user-defined conversions 0.00
how to find the time at which modified string will be equal to orig... +0.83
C++ How to convince constexpr function to be constexpr, for any kin... -2.17
Why references can't be used with compile time functions? +0.41
Why does returning a std::optional sometimes move and sometimes copy? +0.98
How can a template parameter pack have both explicit and deduced ar... 0.00
static_cast'd pointer value +1.90
Difference between references and values in deduction guides -2.17
Returning by value vs rvalue reference +1.54
overloading std::to_string and std::to_chars for a custom type? 0.00
Comparison function using rvalues -0.00
C++ and unsigned types +0.88
I didn't understand the change proposed in DR 2145 for [dcl.fct... 0.00
With guaranteed copy elision, why does the class need to be fully d... -0.07
Ambiguous resolution with template conversion operator 0.00
Why recursive constexpr template value does not compile? -0.55
Template class instantiation without angular brackets -0.02
Does T D[N] always declare an object of array type? +2.23