StackRating

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

chris

Rating
1653.69 (506th)
Reputation
46,954 (2,207th)
Page: 1 2 3 ... 16
Title Δ
Why does std::tuple call operator <=> twice? 0.00
How to detect a pointer to an arithmetic type using type traits and... -1.93
Optional type in recursively defined class +0.99
Why do you need SFINAE in `std::add_pointer_t`? 0.00
Friend function with default argument inside struct in C++ -2.60
Cannot access a std::vector* in an async lambda -2.49
Is there a way to spawn a std::thread using an object and its non-e... 0.00
How can I construct an std::array filled with some uniform value? -2.89
C++20 Concepts: Difference in the behavior of the compound requirem... 0.00
compile time selection of a specific method, disguised as an operator -1.71
Can you call a compile-time instantiated template function with a r... -0.90
std::stoull but with string_view +1.15
Order of operations for bitwise operators (a & (a=1) strange be... +0.64
How to check if a class if explicitly constructible from multiple a... 0.00
Does there exist a lazy equivalent of std::conditional in C++? +1.39
move semantics with local variables +0.70
A variable (or an attribute) can be equal to a type? -2.19
using std::string_view not clear but viewable_area +1.71
How to pass arguments from two different functions +0.28
Can static variables in member functions be thread safe? 0.00
Why does std::set.erase(first, last) impact the container from whic... -0.71
Is it possible that the pre-processor can change the sign for opera... +1.46
C++ filling multidimensional std::arrays -0.64
Is it possible to insert escape sequence in a raw string literal? 0.00
How to transform Parameter Pack into something else than std::tuple? -0.22
delete and deallocate vs delete without deallocate -1.73
overloading operator+ twice (inside and outside class) 0.00
does shrink_to_fit() function removes null pointers? -1.06
Why C++ vector swap method has a constant time complexity 0.00
How to iterate over c++ vector and operate on two values at a time... 0.00
No argument variadic template function in C++ -0.07
Is g++ falsely throwing -Wnarrowing? -0.22
Overloading << for both iostream and fstream +1.64
What preprocessor condition should I check so as to use __attribute... +1.28
WINAPI application closes when I press either ALT, why? +1.16
How to auto-generate operator= in C++? -0.22
Undefined reference to a destructor in clang 0.00
How to static cast throwing function pointer to noexcept in C++17? 0.00
no instance of overloaded function "std::make_unique" mat... +0.45
terminate called after throwing an instance of 'std::regex_erro... 0.00
Compile time sort of heterogenous tuples +1.47
why &(arr+1) does not compile 0.00
Copy a std::u8string into a c-style string of utf8 characters -2.60
How to implement If-Else Conditional template? -2.53
lost rvalue references if forward_as_tuple result is stored in vari... +1.66
CRTP - Is it possible to make an abstract base class? 0.00
std::chrono::from_stream correct usage -0.37
C++: setting time using suffixes +1.00
c++ convert time returned by NTP server to string 0.00
Output when a user enters string for an int variable 0.00