StackRating

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

Rakete1111

Rating
1621.49 (1,061st)
Reputation
35,861 (3,188th)
Page: 1 2 3 4 5 ... 14
Title Δ
Why do class member functions defined outside the class (but in hea... +0.33
`const T` with T = char* is not `const char*`? 0.00
C++ template inheritance hides template parameters +0.34
How to make lambdas work with std::nullopt +1.60
Using const char* as key for map/unordered_map +1.47
Array to pointer class template argument deduction works for templa... +2.46
Replacing std::function from within itself (by move-assignment to *... +1.73
Emulate a python-style list comprehension in c++ using rangesv3? 0.00
C++11: How can I join a std::thread as soon as its execution functi... 0.00
Difference in preprocessor output 0.00
Visit and invoke a variant of std::function +0.38
Is a lambda without capture list usually implemented as ordinary fu... +1.93
Is `template<typename>;` legal C++? -0.76
How to do a compile time type_check and only compile parts of my cl... 0.00
Why auto specifier deduce "top and low" level const from... -0.84
Why does C++ not find bool operator when there's a ! operator i... 0.00
Can you use class template argument deduction when the class is tem... 0.00
Why can C++ const references be collasped into non-const references 0.00
Understanding the compiler errors with std::bind -2.08
Type punning two types from different third party libraries without... +0.88
noexcept specifier mysteriously breaks compilation (clang, gcc disa... 0.00
odr-used rule does not apply in visual studio 0.00
Why calling shared_from_this calls std::terminate +0.06
initialize part of a const std::map from another const std::map +2.07
Incomplete type is not allowed in a class, but is allowed in a clas... -0.72
Why does returning const reference from a lambda result in a tempor... 0.00
How to build a Map where the Key is an abstract base class (not Val... 0.00
Define friend function outside class definition when the class and... 0.00
How to sort the template specialisation for iterators? -0.10
C++ lvalues and rvalues in template functions +1.94
Why is the length of a string off by one on the first read of a file? 0.00
Is this a contradiction between [expr.ref]/(4.2) and [expr.sub]/1 i... 0.00
Why doesn't clang allow accessing a nested enum class through a... 0.00
when speaking about selection statements, what does it mean when if... -0.13
Decaying a templated type's value in C++ 0.00
std::pair with or without standard layout: safe to reinterpret_cast? 0.00
What is strlen elision? +0.37
Function-style template syntax 0.00
Transform array of elements into an array of reference_wrappered el... 0.00
reinterpret_cast template class from non-const to const version +1.00
why doesn't std::any_cast support implicit conversion? -0.67
Variables marked as const using structured bindings are not const 0.00
Delete throwing destructor called from destructor 0.00
Forward declaring a hidden typedef in C++ -0.14
Combining void_t and enable_if? -2.33
C++ specialized template function receiving literal string 0.00
How to call a class variable by different names? +0.55
Is it possible to expand a parameter pack into different member fun... +0.12
Error when splicing a vector C++ 0.00
Warning on missing initializer inside a structure 0.00