StackRating

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

Brian Bi

Rating
1734.03 (61st)
Reputation
68,782 (1,268th)
Page: 1 2 3 4 5 ... 29
Title Δ
Shared_ptr custom deleter +1.19
Is there a way for std::map to give a counter of all keys <= tar... +0.18
Can a core constant expression contain an ignored reinterpret_cast? 0.00
Can I omit non-public inheritance for forward-declaration of classes? 0.00
What is the rationale behind having [[nodiscard]] types? 0.00
Why is constexpr solving duplicated definition? +1.02
Why type casting of const void* is legal in C not C++ without using... 0.00
Are std::atomic loads and stores both required? +0.46
issues with dynamic_cast in C++ 0.00
C++ destructor order of member with shared_ptr +0.83
Is `[](std::list<int>& list){return std::move(list)}(list... +0.62
Herb Sutter's article on making virtual functions private 0.00
Is there any proposal to uniformize function type qualifiers and si... 0.00
Why can we not reuse an alias template identifier with different te... 0.00
Difference between *x++ and *y += 1 +1.06
C++: Why is name dependent in constructor, not in static member fun... 0.00
Standard way to create a const set with the value as a union/inters... 0.00
Why is dynamic_cast'ing between pointers from different type hi... 0.00
What the difference between vector<T> and vector<class T&g... +0.23
Why can my compiler not figure out this conversion, when does it ex... +0.33
Strange behaviour of a class destructor in C++ +0.51
Why is there a mistake in class specialization? 0.00
How is std::is_function implemented? -1.95
Dynamic array of compound type 0.00
In C++ given one std::variant type, can one add additional types to... 0.00
How can I use this protected member function to get the wanted output -2.78
constexpr pointer to constexpr static member in C++17 0.00
C++ zero init an array of templates with variable array length 0.00
A template friend function inside a template class 0.00
Can a copy constructor be defined in the base class and still handl... -2.73
What are the modifiable char array types in c++? +0.22
What is the meaning of “noexcept-expression evaluates to ‘false’ be... +1.35
Namespace resolution with operator== in the STL -0.89
Operator Precedence in declaring more pointers in one instruction -0.77
C++ When to use const Reference over Forwarding Reference -3.15
How to know the exception type for std::exception +1.06
Remove global implicit function - avoid ambiguous operator 0.00
Is every "normal" use of user-defined literals undefined... +0.50
C++ Assignment to variable of summation between curly brackets 0.00
Can I define a constexpr anonymous/unnamed variable? 0.00
I do not understand why this compiles +0.42
what is the type of decltype(function) and why I do not need "... +1.12
Passing arbitrary-templated vector as function argument C++ 0.00
Why is this overload of a conversion operator chosen? +1.69
Using default predicate for sort with templates. C++ 0.00
constexpr-ness of std::initializer_list::size() vs std::array::size() -1.80
How to use Locks in the main function directly 0.00
Is this an old C++ style constructor? +0.22
Public alias for non-public type 0.00
Movable but non-copyable objects: passing by value vs by reference? +0.23