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
Use of std::optional to pass a std::vector<int> to a functional by reference
Dec 13, 2022
c++
std
c++17
stdoptional
Why std::string append is not overloaded on rval ref?
Dec 10, 2022
c++
stdstring
rvalue-reference
stdoptional
Does C++ standard allow std::optional<double> to be implemented without overhead
Mar 18, 2022
c++
floating-point
c++17
ieee-754
stdoptional
How to move a value out of a std:optional without calling the destructor?
Sep 07, 2022
c++
c++17
destructor
move-semantics
stdoptional
Why std::optional::value() &&; return &&?
Nov 08, 2022
c++
c++17
stdoptional
In which cases does std::optional operator == cause undefined behavior?
Aug 23, 2022
c++
c++17
stdoptional
When is it appropriate to use std::optional
Sep 13, 2022
c++
stl
return
unique-ptr
stdoptional
namespace std:: does not contain optional
Jun 21, 2022
c++
stdoptional
Use std::optional as a regular pointer vs use has_value() and value
Aug 31, 2022
c++
c++17
stdoptional
Is '_HAS_CXX17' macro usable in custom project headers to enable C++17 language set features?
Sep 11, 2022
c++
visual-studio-2017
boost-optional
stdoptional
In C++17 can an if statement with an initializer be used to unpack an optional?
Sep 06, 2022
c++
c++17
stdoptional
Why does the const rvalue qualified std::optional::value() return a const rvalue reference?
Nov 06, 2022
c++
c++17
rvalue-reference
stdoptional
How to in-place-construct an optional aggregate?
Nov 16, 2021
c++
c++17
aggregate-initialization
construction
stdoptional
Does anything prevent std::optional::value_or() from being conditionally noexcept?
Apr 21, 2022
c++
language-lawyer
c++17
noexcept
stdoptional
What's the advantage of `std::optional` over `std::shared_ptr` and `std::unique_ptr`?
Apr 10, 2022
c++
optional
c++17
stdoptional
Overhead of std::optional<T>?
May 28, 2022
performance
g++
c++14
overhead
stdoptional
constexpr std::optional reset
Oct 24, 2022
c++
c++17
constexpr
stdoptional
Is there any advantage in using std::optional to avoid default arguments in a function?
Nov 07, 2022
c++
c++11
c++17
stdoptional
What is the point of `std::make_optional`
Sep 02, 2022
c++
c++17
stdoptional
ctad
deduction-guide
Older Entries »