StackRating

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

TartanLlama

Rating
1698.62 (157th)
Reputation
54,835 (1,769th)
Page: 1 2 3 4 5 6 7 ... 22
Title Δ
Partial class template specialization c++11 +1.40
should passing an object using its reference increase the reference... -0.55
How to increment a variable from lambda-functor's body? -0.96
How to specialize template class without parameters? +0.26
Copying x-value by value returned by a function +1.02
Why does explicit typecasting allow upcasting for private inheritan... -0.64
Confusion about the return type of std::get() on std::tuple objects -2.53
Syntax puzzle with derived template class and inherited member vari... +0.31
Template function over a templated typedef 0.00
C++ auto , don't understand how assign operators? 0.00
Implementation of std::is_function - why my implementation behaves... 0.00
No matching constructor for iterator 0.00
C++ detect any constructor with SFINAE 0.00
How to check if a member name (variable or function) exists in a cl... +1.10
Variadic template function with more than two parameters +0.18
SFINAE problems with std::begin 0.00
Return value optimization of tuple/tie +0.30
Can I avoid template recursion here? -1.33
Ambiguous multiple inheritance of template classes +0.96
STL container template parameter containing certain object +1.21
Can I Initialize a derived class reference with a base class refere... 0.00
Function which creates objects that have global name +0.25
How to make sure an object will really be moved from? 0.00
Round bracket apparent syntactic error in C++ but compiler not comp... -0.70
How do I use unique_ptr in this scenario? +0.25
Trailing return type usage when using CRTP 0.00
Type trait for extracting template parameter from nested type 0.00
C++ runtime error with shared_ptr and builder pattern 0.00
Why does parameter pack expansion work differently with different C... +0.24
C++ and for/in (?) loops -2.37
passing member tuple to non-member struct without specifying it in... 0.00
User defined explicit conversion in conditionals in C++11 0.00
How can I determine if a template parameter is defaulted or not? -0.16
Why does std::numeric_limits<seconds>::max() return 0? +1.80
C++11 Variadic function in variadic template class not working as e... 0.00
inherit from std::string or operator overloading +0.25
Don't understand cplusplus.com example for istream::read +0.28
API AND ABI in a nutshell +1.08
How does std::sort modify the backing type? 0.00
How to combine type constraints & implicit conversions with C++... 0.00
Declaring class variable inside an if statement +1.43
c++ template operator overloading std::enable_if 0.00
Using a class template in a function template with universal refere... +0.26
Conditional reference declaration in template class -2.66
std::vector::emplace_back and std::move +1.18
Pass base class as an argument in a member function of the derived -1.56
Construct a type that changes the base class of a mixin 0.00
switch statement for an std::pair? 0.00
How to ensure the move constructor is used +0.86
How can I alias a static template method? -2.57