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 2 3 4 ... 111
Title Δ
Optional class members without runtime overhead -1.88
Compile-time init a NON constant variable 0.00
How Do while inside switch statement works in c -1.24
Possibly learning old C++ standard 0.00
How to reduce memory usage? Problem from code forces +2.18
Is there a way to wrap a function call in or overload a functions c... +1.48
Is there any way to pass ordinary function and call template functi... +0.34
How do you allow comma to be used for user input for integer based... -0.80
Concept for smart pointers +1.93
Index sequence adding arrays together -0.53
How do I assign an object containing an unique_ptr to a vector of i... 0.00
Initializing a C++ static member that stores a lambda function 0.00
Clang not detecting stack variable assignment to reference as unused 0.00
How to construct template hierarchy for singly and doubly list node... +0.38
C++ regex capture group confusion 0.00
Is it possible to add integer type value in object of class in c++? 0.00
Call to a [[noreturn]] function and order of destruction -2.02
specialization of a template who has a parameter -0.38
Understanding the reason of segmentation fault in code snippet below 0.00
Iterate over template pack that checks if instance is of a particul... 0.00
how to provide default template parameter and template function arg... -0.33
Create gmock tests for template specialization methods 0.00
Can I substitue C++ ternary operator for if in this case? -1.78
How to Declar Member Function with both `requires` and `-> retur... 0.00
Is it possible to group structs for use with std::variant 0.00
C++ How to implement callbacks? 0.00
Use an array declared inside an if condition elsewhere -0.45
Exception doesn't continue loop correctly 0.00
Using pointer as a template parameter 0.00
Elegant way to ensure a std::map has a concrete size in compilation... -0.74
CRTP with full template specialization 0.00
Type deduction of reference_wrappers with Args 0.00
Is there a way to declare a member in a way that will make it stati... 0.00
Reusable std::shared_ptr 0.00
Why does sizeof(*value) returns different value than sizeof(value)... +0.03
Are Move Constructors 'always' more efficient than Copy Con... 0.00
Using the template only if the method exits +1.47
mutable object referred by std::any +0.37
How to check if a string contains unescaped regex control characters? 0.00
Applying stl algorithms to multidimensional vectors (vector<vect... -2.00
Passing std::vector of wrapper of std::variant into variadic class,... +1.15
Is There performance difference between this three function return... +1.56
intializing a std::array of objects that don't have default con... +2.37
Can I get tuple of pairs of "var's name" and "va... 0.00
Is there a way to pass a void function with any type and amount of... +0.92
How to explicitly call the specified overload function? +0.37
Construct a tuple by passing a the same variable number of construc... 0.00
Fastest way to permute elements of an array 0.00
Generate functions with a function in C++ 0.00
How can I unpack multidimensional c-style array type and declare st... +2.06