StackRating

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

Jarod42

Rating
1595.26 (2,009th)
Reputation
130,253 (480th)
Page: 1 ... 37 38 39 40 41 ... 111
Title Δ
How to find out if integer_sequence contains given number in compil... +1.84
Inner Structure Initialization Don't Work - C++ 0.00
Why does const auto &p{nullptr} work while auto *p{nullptr} doe... -0.09
C++ - Instantiating an object with a constructor of another class 0.00
Robust method of getting the first template parameter -1.17
Destructor and thread safety 0.00
Derive template type of derived class from base class pointer +2.05
How to use std::pow in std::transform as the unary function? +1.30
Non-trivially initializing static member of template class in C++11... 0.00
Choose type of class members at run time -1.06
CPP Template Parameter 0.00
C++ std::enable_if - Second Argument's Functionality 0.00
Find first value not in std::set<int> min-max -0.88
How to use decltype on private class-members? +0.01
Any way to wrap construction of boost "tee" stream for au... 0.00
Is access to a static function variable slower than access to a glo... -1.26
c++ variadic template instantiation depth exceeds maximum of 900 -0.10
Shortcut for creating a comparator based on a member field or funct... -0.89
What is the easiest way to create a generic template iterator that... -2.18
unique container for template class -0.64
valgrind shows memory leak in std::make_unique 0.00
How to avoid duplicate template parameters in nested template +1.73
Concurrent modification of a map during iteration 0.00
Using forward declaration in a template file with type guards 0.00
C++ lambda returning itself +1.04
Passing a function that accepts any number and type of arguments as... 0.00
What is unfortunate about the construction given in the following e... 0.00
C++ Union of a Float and a Byte Array Issue +0.86
C: using pointer arithmetic with void * properly +2.22
Almost Always Auto and for loops with counter +2.13
Why is move-assignment operator invoked for lvalue argument? 0.00
Finding the minimum and maximum values in a std::vector of std::pair 0.00
char instead of std::atomic_flag or std::atminc_bool 0.00
member function cannot be overloaded for input of set iterator and... 0.00
How can I use type traits to limit the universal reference paramete... -1.63
SFINAE: "enable_if cannot be used to disable this declaration&... -0.28
Visual Studio equivelent of gcc __attribute__((unused)) in c++11 (o... +1.80
No error on incorrect macro definition -0.31
Conditional assignment for const reference objects in C++ -0.24
Go through all triple of different values contained in a std::set? +0.12
specialize template with inner class template of a class template 0.00
Templated Using with Nested Template -0.62
Keyword-auto and Templates -0.63
1,2,1,3,2,5,3,7,5,11,8,13,13,17... Print the Nth term 0.00
std::enable_if for two different methods implementation (4 differen... 0.00
How the macro func and function func can be distinguished without a... +2.04
Alternative/Suggestion for C++ Polymorphism With Virtual Function +0.34
How to detach misplaced element from almost sorted linked list? -1.01
sorting an array of pairs according to a comparing function C++ -0.40
Why can I not direct-initialize a private member variable in the cl... +0.37