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 2 3 4 5 ... 99
Title Δ
Concept for smart pointers -1.93
On the weak semantics of references-to-const (and pointers-to-const) -1.78
Why do I need to make this non friend == operator overload a member... 0.00
Why is this there a difference in these two methods of vector addit... 0.00
Template argument deduction error in C++ variadic function +2.23
How to initialize and return vector of vectors more compactly? 0.00
How to avoid calling memcpy() when appending to vector<array<... 0.00
Operator overloading for nested struct only working as member or fr... -2.00
How to initialize a constexpr std::array with templated constexpr m... +1.81
How to improve dereferencing of smart pointer that is a member vari... +0.53
A type that can hold both Foo* and std::shared_ptr<Foo> -1.27
Why are these pointers the same, while referring to different insta... +0.48
std::function::target with template parameter pack gives "erro... 0.00
Wrapping a C++ class method in a try catch block with added functio... 0.00
Clang++ Fails To Detect Use of Uninitialized Member Variable 0.00
What is the difference between `void operator=(T&&)` and `T... 0.00
Why do my objects get deconstructed twice after I add their unique_... +1.26
Why do I need to define a function in order to pass it to a templat... +0.50
Constexpr if-then-else in C++11 +1.55
Unexpected behavior using `std::count` on `std::vector` of pairs 0.00
Why is the pipe operator not working when I use ranges in C++20? 0.00
What to give a function that expects a raw pointer? 0.00
C++ range-based for() loop with std::map 0.00
Policy class design but without making the whole user class a templ... +1.21
Efficiently storing a matrix with many zeros, dynamically 0.00
How to make a class with 'dynamic' data types? +0.47
How smart are C++ compilers about code size with template classes? 0.00
Do the standard library versions of alignment-unaware array-form al... 0.00
Passing std::vector of wrapper of std::variant into variadic class,... -0.97
Dispatching from a runtime parameter to different overloads +1.27
Concise way to specify I do not care about a template argument of m... -1.15
Decrementable requirements of general end iterators vs container `e... +2.02
C++ best practice: Pass use-only (not stored) lambda argument to fu... +1.00
How to merge two maps in parallel? +1.80
A C++ large integer precision question during multiplication -1.78
Constrained auto doesn't work for msvc function parameters? 0.00
Extracting the simd-vector length from a template parameter to use... 0.00
How do I flip part of number/bitset in C++ efficiently? -2.70
C++ vector resize -0.13
Determining if pointer-to-const points to const object? 0.00
Understanding std::apply inside std::visit +1.26
Restricting template type to enum class -1.66
Exception safe transactions on std::set 0.00
Conditionally remove function calls in fold expression 0.00
std::string s1 {"Modern C++", 3} vs std::string s1 {str, 3} +0.45
Const-correctness confusion with non-mutating collections 0.00
Cost of copying stateless objects (lambdas)? +1.28
How to iterate over several objects passed by reference? -1.50
What would a default lambda capture mode via init capture be like? -0.37
Polymorphism for a class with no virtual functions? +0.45