StackRating

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

xskxzr

Rating
1579.64 (3,035th)
Reputation
6,975 (23,034th)
Page: 1 2 3 ... 5
Title Δ
Is it safe to call std::cin.putback(), std::cin.unget() without pre... 0.00
How to determine if strong type's base type is std::array<ch... 0.00
Initialization of std::initializer_list<std::string_view> 0.00
what is the detail of template argument deduction process +0.02
Why does template parameter unpacking sometimes not work for std::f... +2.07
what are rules about when the return type is reference -1.89
Does lvalue-to-rvalue conversion ever happen to class types? 0.00
How to pass parameter to sort's compare function? 0.00
How to forward the values of a tuple? std::get( move(tuple) ) vs. f... -1.32
How to call any class function using its pointer if we know argumen... 0.00
Why does std::span lack the comparison operators? 0.00
Why does C++ stringstream skip the first byte when I read a file 0.00
weighted random n-times optimization 0.00
Why is an std::list allocator parameterised by the value_type as a... 0.00
Pass by value vs. pass by reference in copy assignment operator 0.00
GCC C++ bug? (T)x matching X::operator const T&() const differs... 0.00
Is the copy-list-initialization for class object a user-defined con... 0.00
What's the rank of implicitly conversion for copy-list-initiali... -0.62
constexpr difference between gcc v10 and v9: bug or feature 0.00
C++ move semantics and code duplication as a result of method overl... -1.30
Concept or trait for functor with specific arguments? +1.63
How does a templated class resolve an overloaded non-member functio... +1.71
How to write a constexpr quick sort in c++17? 0.00
Copy initialization with deleted copy constructor in reference init... +1.27
what are the overload resolution rules of list-initialization +0.38
With std::istream::operator>> working on unsigned types, how... 0.00
g++ and clang++ different behaviour deducing variadic template `aut... 0.00
Can std::string::compare(const char*) throw an exception? 0.00
Is the concept of release-sequence useful in practice? 0.00
Construct one list from element of another list without adding to h... +0.00
How does changing a template argument from a type to a non-type mak... +0.95
Why does this templated struct with C++17 `constexpr if` fail to co... 0.00
Recommend a way to throw an exception if a getline delimiter isn... -1.84
Accessing the return type of a method +0.30
Does std::map<K,V>::iterator instantiate std::map<K,V>? +1.96
Does modification order contribute to happens-before relationship? +1.14
Why does this template argument deduction/overload resolution fail? 0.00
Get an error using std::upper_bound on an Eigen library vector 0.00
Use of overloaded operator '[]' is ambiguous with template... +1.70
Overload resolution of template methods with ref-qualifiers +2.75
subclass of stringstream and nullptr 0.00
std::launder alternative pre c++17 0.00
Why does the performance of this non-matching pattern scale with th... +2.21
Why is a constexpr function on a reference not constexpr? +0.64
C++ template class operator overloading with the same signatures +1.52
g++ inconsistencies in regards to zero literals 0.00
I don't understand why the example from the filesystem doc is n... 0.00
constexpr function with unused reference argument – gcc vs clang +1.00
Why does C++'s `variable template` not behave as expected? +1.45
Move constructor behaviour 0.00