Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
jacobsa
jacobsa has asked
56
questions and find answers to
12
problems.
Stats
628
EtPoint
125
Vote count
56
questions
12
answers
About
Software engineer at Google.
jacobsa questions
In C++ can you use one empty type as storage for another?
How do I stub out an impl Trait-returning function?
How can I write a convenient API that accepts a list of functions?
In C++ is there a proposed type traits helper for "copying" reference category and cv-qualification?
C++ memory model: do seq_cst loads synchronize with seq_cst stores?
C++ standard: ODR and constexpr std::string_view
clang-format: how to prevent all function arguments on next line?
C++: is std::unordered_map guaranteed to be node-based?
How can I tell whether I'm forwarding to a copy constructor?
Are weak pointers guaranteed to have expired by the time the std::shared_ptr deleter runs?
jacobsa answers
In C++ can you use one empty type as storage for another?
Mounting google storage bucket folder using gcsfuse
How to use gcsfuse allow_other option?
use gcsfuse to mount google cloud storage buckets in a docker container
Are weak pointers guaranteed to have expired by the time the std::shared_ptr deleter runs?
What are some use cases for memory_order_relaxed
How to unmount Google Bucket in Linux created with gcsfuse
How do I convert an arbitrary double to an integer while avoiding undefined behavior?
C++ standard: can relaxed atomic stores be lifted above a mutex lock?
How do I elegantly initialize an array of std::atomic?