StackRating

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

Vittorio Romeo

Rating
1706.03 (127th)
Reputation
61,549 (1,480th)
Page: 1 2 3 4 ... 23
Title Δ
What does ":" mean? 0.00
why my get<k>() function cannot receive subclass of tuple? 0.00
Hint the compiler to return by reference when using auto, without u... +1.21
C++20: difference between [[likely]], [[unlikely]] and __builtin_ex... 0.00
Pointer wrapper for insertion +0.68
Get the type of the iterator using `decltype` 0.00
Is it safe to call size() method on moved-from vector? 0.00
Best way to append object to a vector of smart pointers? +1.44
What happens if one uses delete[] after a delete? +1.42
Variadic Function That Calls Constructor With Given Arguments -0.76
Can I use tie to put Elements of a pair in a vector? +1.43
How to print name of the variable of class type while its getting i... +1.07
Killing Magic Numbers: "const int" vs "constexpr int... +1.17
C++ - Override virtual function and polymorphism 0.00
If my class is a literal class then is it redundant to declare an o... +1.37
Call right template specialization for each type of a variadic temp... +1.23
How to treat slightly different types as the same in C++? 0.00
is it possible to get the count and types of class-members of a unk... -2.54
Why does this C program print output "10" irrespective of... -0.33
How does delete-keyword work inside this for-each loop? 0.00
Specialization of nested template class inside template class after... -0.68
C++ functor initialization 0.00
What is the cost of calling a member function of a class through a... -2.76
Why can't I call move assigment from move copy ctor? +0.21
Is a move constructor/assignment needed for RVO to kick in in C++11? -2.39
How to declare std::invoke_result of std::bind in C++? -2.08
std::declval vs crtp, cannot deduce method return type from incompl... 0.00
How to work around std::get<>()'s lack of concurency spec... +1.24
How to add to map in C++ using emplace? +1.47
Declare one object to be of multiple classes, depending on a condit... +1.14
Identifying thread unsafe data structures used by different threads... 0.00
implement function object bind without using c++11 0.00
Why how and why this implicit conversion works 0.00
Why can't argument be forwarded inside lambda without mutable? 0.00
Why are the values of vector<int> inside initializer_list cha... 0.00
Enabling range-based for for type that has "end" member v... 0.00
c++: constexpr function doesn't evaluate at compile time when u... +1.02
why the template argument deduction/substitution failed in the code?- 0.00
when to use move in function calls +1.44
construct std::pair in-place in vector::emplace_back 0.00
Why is the argument type incorrect (it is int when it should be int... 0.00
Enable_if as template parameter 0.00
Why does this not count as an immutable borrow? 0.00
C++ iterating over tuple in fold operator +0.65
empty object of std::string literal passed by forward reference in... 0.00
Printing content of class type vector 0.00
constexpr vs inline assembly code difference 0.00
Variadic function and copy pasting these parameters (like we can in... 0.00
How to conditionally define a lambda? +2.18
Why am I allowed to create multiple unique pointers from a single o... +1.46