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 2 3 4 5 6 ... 15
Title Δ
Nested template parameters and cv- and ref- qualifiers for function... 0.00
Can conditional operator be used to toggle between two class member... 0.00
Implementing a compile-time "static-if" logic for differe... +1.24
? generic in C++, mostly defined as template 0.00
How to tokenize and transform a c-string using regex and boost tran... 0.00
openmp critical section inside for loop 0.00
How to check if a template type is one of the types of a variant ty... 0.00
Partial specialization of specific member functions 0.00
How can I bind a member function to a std::function? -1.04
Access template's arguments with partial type knowledge -0.75
friend get function that returns type which calculates recursively... 0.00
std::thread pass vector element by reference 0.00
Specilization of a member function of a templated class is not work... 0.00
Using pointer-to-member functions with std::shared_ptr 0.00
nicer way to select the right function? -0.05
How to bind a member function to an object in C++14 0.00
Applying task based parallelism using OpenMP 0.00
Could not deduce template argument for overloaded function 0.00
Zipping an `std::tuple` and variadic arguments +1.22
Meta-iteration over varadic templates arguments -0.84
Cumulative Product of Template Parameter Pack 0.00
overload resolution from magic number to int or long (in range-v3) +0.78
Checking if a class has a function that has parameters in it 0.00
How can i identify if a template parameter argument is instance of... -0.75
Template: Deduction of array size failed +0.90
Recursively check if function method exists using template +2.08
std::move with std::make_pair +0.27
Pass appropriate amount and type of arguments to a function 0.00
Sum Nested Template Parameters at Compile Time -0.65
need the following meta code adapted from std::pair to std::tuple w... 0.00
Can we use variadic template function to filter parameters of speci... -0.33
Traits class as a template template parameter 0.00
Unpack all variadic template arguments except last one as type of v... 0.00
Using std::enable_shared_from_this in base classes +0.24
Determine least common ancestor at compile-time +0.24
C++11: Use non-static member function as default argument in class... 0.00
How to make variadic template class method take function pointer as... 0.00
C++ Constructor: Perfect forwarding and overload -0.75
compilation error while using constexpr 0.00
bind2nd in a for_each loop -1.66
Deduced type from (const) *this used as template function template... -1.92
Variadic template indexed pack expansion 0.00
Using find_if and boost::bind with a set of shared_pointers 0.00
using sfinae to detect if base classes of a variadic template have... +0.82
Passing std::function type which has a templated return type -1.83
Call a common named method of all base classes from a derived class... +0.23
Invalid use of incomplete type (class method specialization) 0.00
C++ test if lambda function +0.33
Constructor overloading and default parameters -0.23
Can I avoid template recursion here? +1.37