StackRating

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

L. F.

Rating
1570.85 (3,954th)
Reputation
1,164 (136,141st)
Page: 1 2 3 4 ... 7
Title Δ
how to use c++20 in cmake project 0.00
Validation of an std::initializer_list in constexpr context 0.00
Is const T& rf = lvalue of T an identity conversion? 0.00
How to pass function of one class as argument of another function o... +0.39
How does ios::fmtflags works in C++?How setf() works? 0.00
decltype() on std::move() of a value capture in a lambda results in... -0.08
Efficiently erase a unique_ptr from an unordered_set +1.98
Template argument deduction with multiple transformations +1.22
Default constructor of T is bypassed when {} are used with new to c... 0.00
C++ equivalent to Java Map getOrDefault? +1.03
What are the differences with the following templated functions usi... 0.00
Take only digit as input by scanf() and avoid other characters 0.00
inject a custom function-name with a fixed signature into CRTP 0.00
while statement with initializer +0.42
C++ expression SFINAE and ostream manipulators +0.40
clang++ vs g++ constexpr difference with out of bound reference 0.00
How to dispatch between assert() and static_assert(), dependend if... +0.00
About how the alternative is selected on variant construction with... 0.00
Why is it so convoluted to get the date and/or time in C++? 0.00
Constraining class template function to accept a specific POD type -0.11
"xvalue has identity", why i can't cout it addreess 0.00
How to use ranges::actions::insert with std::vector 0.00
How to understand the rules of partial ordering about T& and T... 0.00
How to prevent modification to array data? 0.00
Right way of using max function and/or alternatives +0.42
Is there a way to copy a vector of derived class pointers without c... 0.00
C++ funtion template deduction of type from member type? -0.36
Is it possible to splice buffers in C++ with zero copy? 0.00
Can I add a deduction guide to `std` namespace? 0.00
Overload resolution involving old-style enums and integral types +0.43
Is a shared_ptr's deleter stored in memory allocated by the cus... -1.73
Custom allocator including placement new case 0.00
Is GCC9 avoiding valueless state of std::variant allowed? -0.42
How to solve this forward class declaration problem? -2.53
How to deduce the return type of a lambda? +1.89
Why vector cause Segmentation fault Error? 0.00
How to explicity call a templated overload of operator <<? +0.65
Operator overloading through inheritance causes ambiguity 0.00
Uniform initialization of non-copiable class data member cause to g... 0.00
Variadic Dispatch Function 0.00
Did my compiler ignore my unused static thread_local class member? +0.40
Forwarding vs not Forwarding a function passed to a wrapper +1.82
why error lvalue required as left operand does not exhibit for stri... +2.29
Polymorphic member class for non-virtual base 0.00
Sub-vector of 2D vector +1.37
Sort unique values from a map<string, vector<string>> 0.00
Can you reinterpret_cast between types which have the same represen... 0.00
Does "default" constructor mean "default parameters&... 0.00
How do I implement custom stream manipulators taking arguments? 0.00
How to assign a destructor to a pointer? 0.00