StackRating

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

Yakk - Adam Nevraumont

Rating
1564.05 (4,902nd)
Reputation
197,071 (244th)
Page: 1 ... 40 41 42 43 44 ... 99
Title Δ
Inheritance or composition when recursing over a parameter pack? +0.28
In API design, when should I prefer a length-2 std::tuple over a pa... +1.18
Design of (shared_ptr + weak_ptr) compatible with raw pointers -0.90
Difference between inner and outer overloaded C++ operator +1.30
Generate functions at compile time -0.57
How to pass an enum to a template parameter 0.00
Is it possible to change a C++ object's class after instantiati... -0.29
Alternatives to std::function for collection of callables +2.47
Is there any reason find_if, for_each, count etc. do not require st... 0.00
c++ variant class member stored by reference -1.83
passing a parameter pack over a legacy function signature using for... -0.59
Something like "if constexpr" but for class definition +0.28
Is There a Reason Standard Algorithms Take Lambdas by Value? +1.73
Why does std::queue use std::dequeue as underlying default container? +0.35
What's the life time of the string object passed into std::runt... 0.00
Using C++17 'any' with Xcode 8.1 -1.13
Replace vector of vector with flat memory structure +1.13
Why do I get an "Access violation" in this C++ code +0.02
Why is my initializer list semi-ignored for type deduction? -1.70
Are smart pointers capable of removing other references to its obje... -0.29
How to specify “all parameterized types” or “all argument lists” fo... 0.00
Can I do this without a macro (in C++ 11)? +1.41
Why std::queue is not releasing memory when swap() is used? 0.00
Why can't I use reference in std::future parameters -0.77
C++: Change variables captured in lambda from outside -0.29
What does my slot class miss that std::function has? +1.90
Writing a C++ interface to a dynamically allocated C struct -1.96
Is it possible to create std::array using begin() and end()? +0.42
C++11 STL container that supports move-only types and has O(1) writ... 0.00
Changing enum to next value [C++11] -1.24
How to return a reference to an object (from an unordered_map), whe... +0.52
Initializing vector in multithread +0.42
How to initialize a variable after a function call, like the new-ex... +1.16
Why does using a temporary object in the range-based for initialize... +2.29
Is RVO applied on this situation? -2.08
constructing on the fly recursive structure with vector -0.15
Is there any valid reason for which a method should take a R-value... +0.69
std::move or std::forward when assigning universal constructor to m... -1.27
Why does std::is_array return false for std::array? -0.93
Alternative to capture this in lambda [C++] +1.75
Fast way to merge two maps? +0.40
What happens at the end with the iterator when a list element is er... 0.00
A deque-like data structure with fast lookup and deletions at arbit... +0.74
Why does SFINAE not work as expected in this example? 0.00
How to implement a subset iterator for a class with N number of vec... 0.00
C++ std:.auto_ptr or std::unique_ptr (to support multiple compilers... -0.56
Sub-array template +1.86
Ranges TS breaking changes? 0.00
Is there a way to disable auto declaration for non regular types? 0.00
Using decltype with macro for explicit instantiation of class membe... 0.00