CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
stdoptional
08-10
Software engineering
Does std::make_tuple() not work with objects of type std::optional?
06-30
Software engineering
Iterating over std::optional
05-03
Blockchain
Should I move the value out of an optional or move the whole optional?
04-24
Blockchain
Take value out of std::optional
12-16
Back-end
How to access members inside vector of structure
11-30
database
How to set a string to an optional string value?
11-23
Software design
Is there a way of creating an std::optional<> out of a nullable argument?
10-11
Mobile
How to construct a std::optional of a struct with std::shared_ptr
09-22
Back-end
Does passing an std::optional<T> by reference actually save copying?
Links:
CodePudding