Search code examples
how does std::optional work under the hood?...


c++stdstdoptional

Read More
Using std::optional<A> as a class member of class A...


c++c++17stdoptional

Read More
error: no matching function for call to 'std::optional<smoltcp::Buffer>::optional(smoltcp:...


c++functionclassc++17stdoptional

Read More
Why std::string append is not overloaded on rval ref?...


c++stdstringrvalue-referencestdoptional

Read More
Does boost have an "compact optional" where presence is encoded by special value of type?...


c++booststdoptional

Read More
In which cases does std::optional operator == cause undefined behavior?...


c++c++17stdoptional

Read More
How do I return an optional pointer or reference ( std::optional )?...


c++templatesc++17stdoptional

Read More
Is it safe to disable warning C4324 for std::optional?...


c++flatbuffersstdoptional

Read More
Is it safe to handle a std::optional in the body of a noexcept function?...


c++exceptionmonadsnoexceptstdoptional

Read More
In C++17 can an if statement with an initializer be used to unpack an optional?...


c++c++17stdoptional

Read More
std::optional taking non-copyable?...


c++c++17noncopyablestdoptional

Read More
Get result into the caller from a function returning std::optional of std::vector...


c++c++17stdoptional

Read More
How is std::optional never "valueless by exception"?...


c++c++17stdoptionalstd-variant

Read More
Compile error while subclassing std::optional...


c++c++17subclasscopy-constructorstdoptional

Read More
std::optional: Effective difference between simple and ref-qualified value()...


c++c++17stdoptional

Read More
Disable std::optional's forwarding constructor...


c++perfect-forwardingqdatastreamstdoptional

Read More
Return std::nullopt as a non-constant reference...


c++stdc++17stdoptional

Read More
C++: How to initialize and call a method on std::optional?...


c++initializationc++17stdoptional

Read More
How do I use std::optional in C++?...


c++c++17stdoptional

Read More
constexpr std::optional reset...


c++c++17constexprstdoptional

Read More
Use of std::optional to pass a std::vector<int> to a functional by reference...


c++stdc++17stdoptional

Read More
Does std::optional change signature of the function?...


c++c++17stdoptional

Read More
Does C++ standard allow std::optional<double> to be implemented without overhead...


c++floating-pointc++17ieee-754stdoptional

Read More
Why there is no throw or sigsegv while accessing empty std::optional?...


c++language-lawyerc++17segmentation-faultstdoptional

Read More
C++17: using std::optional to evaluate if enum contains value...


c++enumsc++17constexprstdoptional

Read More
std optional: No such file or directory...


c++c++11stdstdoptional

Read More
std::optional implemented as union vs char[]/aligned_storage...


c++c++17unionsplacement-newstdoptional

Read More
Can a function be applied to the value of a std::optional, getting back an optional?...


c++stlstdoptional

Read More
C++17 std::optional error: expected primary-expression before 'auto'...


c++if-statementc++17stdoptional

Read More
Alternative to value_or that is indifferent to the returned type...


c++stdoptional

Read More
BackNext