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 ... 25 26 27 28 29 ... 111
Title Δ
Why does std::void_t not work in such a case? 0.00
Clang-Tidy: Move constructor initializes class member by calling a... 0.00
How to make function friend of local class? +0.30
Defining a proxy for a member function that takes a member function... 0.00
C++ Get Name of Function from Template -2.27
Extending namespace std to implement make_unique when using C++11 -1.28
How to initialize a constexpr multidimensional array at compile time? +0.42
How to call the child method into parent -2.10
Can I legally cast a member function pointer to a function pointer? +0.85
I am not able to get required output out of max_element() 0.00
Use of generic-type for a member of struct -0.38
Template conflict for similar numerical types -0.96
error using static variable unresolved external symbol / undefined... -0.05
Simplifying Static Const Member Definitions of Templated Class -1.93
Compile time sort of heterogenous tuples -1.83
Why does operator* of rvalue unique_ptr return an lvalue? -0.93
Is there a way to shorten this while condition? +0.34
How to use class templates to remove boiler plate code? +0.39
Wrap std::function in class with function name as string -0.62
C++ creating an interface that has variadic template methods +0.37
Is there such a thing as the thinnest wrapper around a class to add... 0.00
Function template won't work with string literals +1.62
Avoiding code duplication for template instantiations depending on... +1.88
How to properly pass member function as a parameter +0.40
How can I define a STL compatible input iterator without interhitan... -1.87
Compile time fail for Typechecking -1.74
Pass explict empty arguments pack +0.38
Is there a way to choose between different class implementations ba... +0.40
c++ how to create a pointer that will last even when object is over... -0.34
C++, a table of functions, and templates 0.00
Random numbers between 1 and 15 +1.66
How to get urls by regex c++? 0.00
How to pass an enum to a method without passing it as an integer +0.40
Difference between `typename = enable_if_t<...>` and `enable_... +1.93
boost::enable_if on member function, overload return type +1.82
A simpler way to constraint the order of the arguments of a template 0.00
Implementing compositional behaviour for virtual methods -0.32
C++ Interaction between two classes in a function +0.13
Returning anonymous struct -0.11
Is that possible to make a callback interface with only function-me... +0.23
Using regex for email input validation C++ 0.00
How to pass pointer of derived class to reference to pointer of bas... -0.53
Why does the erase command end my while loop? -1.87
Uniform initialization by tuple -0.37
Specializing function template based on lambda arity +0.40
Deciding which template specialization structure to use each time -0.12
When moving a unique_ptr into a lambda, why is it not possible to c... -0.30
Can you call the destructor without calling the constructor? -1.58
Erase duplicate of first 2 char in vector of strings 0.00
How to insert a set of values that are passed to a function in vect... +1.41