You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feel free to close if you don't like this idea, but in our C++17 (soon-to-be-20) codebase, we've added namespace MonadicOptional that has pipeable transform, and_then, etc. These are cool in that (a) they let us operate on std::optional pre-C++23, but also, they let us treat pointers the same way: