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 ... 14
Title Δ
`extern` declarations and following defintions of class template in... 0.00
Can I forward construction in the body of a constructor? +1.75
Do I need to put constexpr after else-if? 0.00
MSVC and constexpr for function parameter? +1.94
Check if two template template parameters are the same 0.00
When specializing a class, how can I take a different number of tem... +1.61
Forward a specific range of arguments in a variadic function 0.00
How to check the same condition in several Catch2 test cases 0.00
Lambda returning itself: is this legal? -0.13
Can the return type of the function be obtained from within the fun... 0.00
Variadic template: Perfect forwarding of integer parameter to lambda +2.48
Arguments to variables during definition 0.00
Why isn't it undefined behaviour to destroy an object that was... +0.51
Does C++ 14 still generate default functions even if the class cont... 0.00
Are arguments loaded into the cache for empty functions? +0.36
How can I use type traits to limit the universal reference paramete... +0.66
Is double-braced scalar initialization allowed by the C++ standard? 0.00
Need decay in perfect forwarding -0.52
Using std::bind in template function parameter 0.00
Factor a template parameter pack operation -1.33
Why does return 0 or break not work with the comma operator? +1.05
Why Does Pushing Back Local Variable to Vector Works +1.60
put_time into stream weird behavior 0.00
Why do my SFINAE expressions no longer work with GCC 8.2? +1.64
Is there a way to partially specialize my templated function based... -0.60
Declare non-template function in a template class? -1.35
What are the deduction rules for automatic argument capture? 0.00
Is std::move safe in an arguments list when the argument is forward... 0.00
Why is `std::reference_wrapper` deprecated in c++17 and removed in... 0.00
Template deduction with another template parameter that has a defau... 0.00
std::map with only move constructor available 0.00
Can't detect T::value() using auto to parametrize true_type 0.00
Pointer to member function-object in std::invoke 0.00
Can't capture a member variable in a lambda by reference 0.00
Using previous element's value in an array's initialization 0.00
Why is the "add reference" list in my C++-Project in VS20... 0.00
Casting a char array to an object pointer - is this UB? -1.36
C++ convert string to typename +0.31
TS Concepts typename constraint 0.00
What does the standard say about unaligned memory access? 0.00
How do I use typedef with class initializer parameters in C++? 0.00
Nested classes are dependent types in class templates? 0.00
C++ create aliases for primitive types using templates? 0.00
Why is calling a constexpr function with a member array not a const... +0.94
Returning a vector by reference -0.48
Nested constexpr-if statement in discarded branch is still evaluated? 0.00
I want to reset a C++ struct stat, can I use the stat() syntax in s... 0.00
Return static array from my object 0.00
How to declare a const reference to function type +1.71
template class specialization enable_if and default values -1.04