Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in stdoptional
How best to test and unwrap std::optional in an if statement
Feb 15, 2026
c++
c++17
stdoptional
How to efficiently return an std::optional
Feb 13, 2026
c++
optimization
c++17
stdoptional
Why is a std::move of a value from a const std::optional possible? [duplicate]
Feb 10, 2026
c++
stdoptional
stdmove
How would a std::optional<std::nullopt_t> operate?
Feb 05, 2026
c++
c++17
stdoptional
Is implicit conversion to std::optional guaranteed to use move constructor?
Jan 31, 2026
c++
move-constructor
stdoptional
Can I have a std::optional<T> if T is neither constructible nor copyable nor movable?
Jan 25, 2026
c++
c++17
stdoptional
What are monadic bind and monadic return for C++23 optional?
Jan 01, 2026
c++
monads
stdoptional
c++23
What's the difference between C++23's optional::transform and optional::and_then?
Dec 08, 2025
c++
monads
monad-transformers
stdoptional
c++23
Take value out of std::optional
Dec 06, 2025
c++
c++17
option-type
stdoptional
how does std::optional work under the hood?
Nov 23, 2025
c++
std
stdoptional
Why does std::optional::value_or() take a U&& rather than T&&?
Nov 20, 2025
c++
c++17
stdoptional
Bind reference to T& in both cases, std::optional<T> and T, at compile time
Nov 03, 2025
c++
constexpr
template-meta-programming
stdoptional
Why is `std::optional<T>::operator=` deleted when T contains a `const` data member?
Oct 29, 2025
c++
c++17
assignment-operator
stdoptional
Is std::optional set to std::nullopt when it is declared as a local variable and not explicitly initialized?
Oct 25, 2025
c++
stl
stdoptional
Pass-through constructor for std::optional arguments
Oct 25, 2025
c++
c++17
stdoptional
How do I return an optional pointer or reference ( std::optional )?
Oct 25, 2025
c++
templates
c++17
stdoptional
How can I get clang-tidy to not complain about passing kind-of-lightweight types by value?
Oct 17, 2025
c++
clion
static-analysis
clang-tidy
stdoptional
Copy/move elision vs emplace with std::optional
Sep 22, 2025
c++
gcc
copy-elision
emplace
stdoptional
Iterating over std::optional
Sep 14, 2025
c++
option-type
stdoptional
prevent initializing std::optional<std::reference_wrapper<const T>> with rvalue std::optional<T>
Sep 08, 2025
c++
dangling-pointer
stdoptional
Older Entries »