StackRating

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

NathanOliver

Rating
1752.39 (39th)
Reputation
114,186 (597th)
Page: 1 2 3 ... 60
Title Δ
How to write a C++ constructor with same signature as copy construc... 0.00
Forwarding reference for struct as a parameter in a function templa... 0.00
Why can I bind rvalues to non const reference with a for loop in C++? 0.00
c++ csv comma delimited file entries, trouble with mixed types 0.00
c++ perfect forwarding with universal reference prevents type deduc... 0.00
Crash in std::promise::set_value crash 0.00
Accessor function for std::mutex 0.00
Ambiguity when using << >> operators +1.15
|= (or_eq) order of evaluation in C++ 0.00
What should be the return type of the following function template w... +1.01
Why doesn't std::vector<T> have conversion operator std::... 0.00
if condition is true, add an expression to a loop +1.08
How to enumerate default values of a structure in C++ +0.19
"expected a qualified name after 'typename'" when... 0.00
Do functions as parameters have to be passed by value? 0.00
What is the order of control flow while compiling the code for a cl... 0.00
Where Object Is Allocated When Created By Another Object That Was A... -1.85
How does std::stack enforce that the container class meets certain... 0.00
Does the C++ standard guarantee that "a" "b" is... 0.00
Is it pointless to concatenate C-style cast operations? 0.00
compile error with char * as template parameter +1.05
Most terse and reusable way of wrapping template or overloaded func... +1.06
Shorter move constructor when class has an atomic member -1.74
Using template alias over template 0.00
c++ no instance of overloaded function, but using template typename... 0.00
Why this statement comes to output? 0.00
Why output of boost::adaptors::filtered has no member named size? +0.20
How can I create an "isalnum" equivalent? -0.35
How to use move constructor with deleted default consturctor +1.17
Arithmetic overflow warning when trying to allocate memory using new -0.41
Forcing inlining of lambda in MSVC C++ 0.00
C++: why is iter++->empty() legal? 0.00
difference among static_cast<>, (int), and __float2int_rn() i... 0.00
Conversion from lambda to non-scalar type requested -2.25
Infer template argument for pointer to function +0.83
Can I unwrap std::map iterator to structured binding of optionals? +1.81
why is subtracting an array from lower_bound return a dereferenced... 0.00
How to cin to a back_inserter or any inserter in c++? +1.30
Determine if string contains a particular character at compile time -2.13
Difference between using parenthesis and sqaure brackets for creati... 0.00
How to construct an object from a tuple when it does not have any c... 0.00
How to template a function with a mix of non-type template paramete... +0.18
Why the compiler cannot deduce the template arguments from std::mak... -1.27
Pass string literal to template function 0.00
Using std::enable::if and std::is_base_of to constraint inherintance +1.03
Is there a less verbose idiom for unpacking an optional in C++? +0.95
Confusing idiom name RAII +0.72
Call to make pair with mutex as argument fails. Cannot insert mutex... 0.00
C++ bool template parameter and compile time if 0.00
C++ callback v.s. vector return in a data structure traversal method? 0.00