StackRating

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

Piotr Skotnicki

Rating
1713.85 (94th)
Reputation
35,389 (3,259th)
Page: 1 ... 5 6 7 8 9 ... 15
Title Δ
C++11 "overloaded lambda" with variadic template and vari... 0.00
std::unique_ptr and templates: Why won't this code compile? 0.00
Apply using statement to the return type of a function without appl... +2.27
"Conversion" from type to same type is causing error -1.58
std::make_pair with c++ 11 +1.90
Why are the functions ambiguious 0.00
Should an explicit copy constructor be ignored? 0.00
simple template deduction error 0.00
GMock, invoking std::function captured by SaveArg 0.00
Checking if a class has a copy ctor? return true or false -0.26
Initialize a container with iterator range of container with differ... -0.70
enum class ambiguous inheritance 0.00
Calling function based on the value categories of its arguments +0.28
Is this possible without template specialization? +2.03
`using` declaration for a user-defined literal operator 0.00
Convert arguments of variadic function +1.74
Q_DECLARE_METATYPE a boost::multi_array 0.00
find_if on vector<Message*> with bind2nd and functor -0.07
Can offsetof be used with a struct type obtained from decltype? +1.00
Template arguments are invalid (unique pointer) 0.00
binary generic lambda not matching ptr-to-function parameters? 0.00
Select constructor through SFINAE in template arguments -2.55
c++ make nested tuple "plain" / "flatten" -0.87
C++ - Determine instance of foo in templated function pointer argum... 0.00
C++: Weird behavior on method overloading +1.61
thread not working for function with template arguments 0.00
Static assertion of `is_base_of` in templated class fails with unex... 0.00
Enable class methods without SFINAE 0.00
conversion to string with std::stringstream fails on white spaces +0.28
Call base class overloaded operator from parent class +0.30
casting away the constness using const_cast -0.22
.containsKey() method for c++ map +1.51
C++11 variadic template + inheritance -2.60
Forwarding template parameters +2.05
Iterating through function_traits arguments 0.00
Time complexity of std::lower_bound on a sorted vector 0.00
Working of std::forward and reference collapsing 0.00
String Tokenizing Into Individual Variables 0.00
C++ Dereferencing array 0.00
Detect if C++ lambda can be converted to function pointer +1.92
Why can not I use `new [ ]` with smart_pointers? +2.29
How can I use type traits to compare only the first template parame... +0.30
Why moving template method with rvalue reference parameter gives un... +1.45
Concept checking a function doesn't work with movable-only argu... -1.12
C++ - Function template specialization not being called 0.00
Compare tuples of different sizes +0.90
How to access a possibly unexisting type-alias in C++11? +0.11
Type-based templating function in C++ +0.83
How to omit perfect forwarding for deduced parameter type? +1.21
Is it possible to have a two parameter base case for a variadic mem... +1.91