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
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
std::optional implemented as union vs char[]/aligned_storage
Sep 25, 2022
c++
c++17
unions
placement-new
stdoptional
std optional: No such file or directory
Nov 22, 2018
c++
c++11
std
stdoptional
How is std::optional never "valueless by exception"?
Dec 11, 2019
c++
c++17
stdoptional
std-variant
std::optional::value_or() - lazy argument evaluation
Apr 20, 2022
c++
stl
c++17
stdoptional
clang 5: std::optional instantiation screws std::is_constructible trait of the parameter type
Oct 26, 2022
c++
language-lawyer
c++17
stdoptional
Why do std::optional constructors use std::in_place?
Sep 14, 2022
c++
c++17
stdoptional
How do I use std::optional in C++?
Oct 16, 2022
c++
c++17
stdoptional
How to flatten the nested std::optional?
Mar 30, 2022
c++
c++20
stdoptional
Is it possible to set an object to null?
Aug 28, 2022
c++
object
null
is-empty
stdoptional
« Newer Entries