StackRating

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

Nevin

Rating
1464.18 (4,525,782nd)
Reputation
3,340 (50,535th)
Page: 1 2 3
Title Δ
How do you determine the size of the nodes created by a 'std::map'... +0.73
C++ 14 main function's form 0.00
How should I define a std::function variable with default arguments? +4.02
Is there any idiomatic explicit use of mutex::lock() or unlock()? +0.55
Templates: Using partial templates gives wrong number of arguments... -2.36
Container structure for class containing a class acting as an ident... 0.00
How to deserialize and create objects on heap? 0.00
c++ runtime instantiation of member parameter 0.00
Use a temporary as default argument in constructor -1.24
Integer to string optimized function? +1.45
C++ std::unique_ptr but non movable? +4.30
How to call methods of template types in C++11? -2.69
If I need polymorphism should I use raw pointers instead of unique_... -1.72
Advice on a message handling system +0.46
How to assert if a std::mutex is locked? +1.34
Explicitly convert a lambda to function pointer 0.00
c++11: How to write a wrapper function to make `std::function` obje... +4.77
Do I need to provide an equality function when I provide a hash fun... 0.00
C++ decltype deducing current function returned type -3.75
C++ containers - list members if operator<< is defined for ty... -2.69
Migrating code from C++03 to C++11: should I be cautious about the... 0.00
C++ 11 bound std::function vs storing tuple and unpacking +0.58
Forward constructors to a member object 0.00
Does std::bind keep a reference/copy of the object if I bind it to... 0.00
C++ exceptions - what isn't acting as it should +3.99
Moving const and overloaded Universal Reference in C++ -1.80
Should std::unique_ptr<void> be permitted -3.04
C++ 11 std::thread strange behavior -1.15
Performance of stdext::hash_value() defined in std::hash_set -3.87
Data types representing native signed and unsigned integer sizes? -1.18
Specializing std::optional -3.43
Is getting address of rvalue reference before move considered safe? -2.85
deque vs vector guidance after C++11 enhancements -0.43
Return type based on value of input parameter -0.63
Boost::variant with unordered map 0.00
Compiler error when passing a binary_function to inner_product insi... -4.03
std:mutex'es as members of objects that will go into containers? -0.86
Why didn't C++11 incorporate all of Boost's type traits? +3.69
Compile-time check whether output (<<) and relational (<,... -3.99
Changing deleter for std::unique_ptr +0.76
Lambda: Why are captured-by-value values const, but capture-by-refe... +1.49
passing function objects pointers to functions accepting a pointer... -3.29
Value-Initialized Objects in C++11 and std::vector constructor -2.24
Are there any libraries that provide in-place constructing collecti... 0.00
C++11 "late binding" of template arguments -3.03
Function pointer to friend operator overload for use with bind +2.33
Breaking change in C++11 with make_pair(_Ty1&& _Val1, const... -2.21
Private constructor inhibits use of emplace[_back]() to avoid a move -3.18
returning a string from a function +2.66
Compile time consistent hash of char types +2.39