Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
lubgr
lubgr has asked
8
questions and find answers to
285
problems.
Stats
7.3k
EtPoint
2.4k
Vote count
8
questions
285
answers
About
Software Engineer at Oxbotica
lubgr questions
Why or when should I cast callable function parameters to an rvalue before invocation?
Is this the idiomatic way to bind to a non-RVO return value to be mutated?
What's the correct syntax for passing an explicitly specified function template overload as a template parameter?
How to (eval ...) in a chicken r7rs library?
Why is it allowed to reinterpret_cast integral, enumeration and pointer-to-member types to themselves?
Is Herb Sutter's code joke in GotW #35 on typename out of date?
Where do standard library or compilers leverage noexcept move semantics (other than vector growth)?
lubgr answers
Initialization of std::array with function pointer member function of constexpr object
Cannot initialize pointer to a subclass with base clase rvalue
max over c++ array with function call
File runs without header file present
Why does std::{container}::emplace not deduce its argument type?
Pass anonymous enum as function argument
What's the correct syntax for passing an explicitly specified function template overload as a template parameter?
C++ Print days, hours, minutes, etc. of a chrono::duration
fastest way to remove items from multiple std::vectors
how to cast a const base class pointer into the derived class