Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Jeff Garrett
Jeff Garrett has asked
2
questions and find answers to
55
problems.
Stats
949
EtPoint
231
Vote count
2
questions
55
answers
About
Jeff Garrett questions
What are the possible return values for send, sendto and sendmsg on a UDP socket on Linux?
Does this code result in a materialized base prvalue, and should it compile?
Jeff Garrett answers
Why operator () is called twice in my program?
May the compiler add extra defaulted template parameters to the std templates?
Why should I be careful in "noexcept-ing all the functions" just like I "const all the things"?
Where from the standard do I read that exceptions of derived class held by base class reference are sliced when caught?
static_assert whether pointer adjustment is required for an upcast
Is reinterpret_cast between unrelated types allowed if they are standard layout in C++20
How to check at compile time for the existence of a global-scope function accepting given argument types?
Difference between statement and expressions
Why do I need angle brackets in <$a> when implementing macro based on type?
Lifetime of a sempahore using futex