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 c++17
structured binding initializer inside if statement does not compile
Sep 15, 2022
c++
c++17
structured-bindings
Why structured bindings only work with auto
Jul 16, 2022
c++
c++17
auto
structured-bindings
direct-initialization vs direct-list-initialization (C++)
Oct 26, 2022
c++
c++17
list-initialization
Why does "const auto [x, y]" not behave as expected when binding to reference types?
Mar 16, 2022
c++
standards
c++17
decltype
structured-bindings
How do I use std::optional in C++?
Oct 16, 2022
c++
c++17
stdoptional
Why is sfinae on if constexpr not allowed?
Jul 17, 2022
c++
c++17
Guaranteed elision and chained function calls
Nov 20, 2022
c++
c++17
copy-elision
Overload a lambda function
Aug 17, 2022
c++
lambda
overloading
c++17
function-object
Why does std::atomic constructor behave different in C++14 and C++17
Oct 19, 2022
c++
c++14
c++17
stdatomic
struct to/from std::tuple conversion
Oct 15, 2022
c++
c++17
Function with a fixed amount of parameters determined by an integer
Sep 13, 2022
c++
function
c++11
c++14
c++17
Get index by type in std::variant
Feb 24, 2022
c++
c++17
c++-standard-library
MSVC++: template's static_assert is not triggered inside a lambda
Feb 20, 2022
c++
visual-c++
c++17
Is it legal to use an operator in a fold expression that was introduced by a using declaration?
Apr 25, 2021
c++
clang
c++17
fold-expression
What is the equivalent of cast for concepts?
Mar 15, 2022
c++
c++17
c++-concepts
Accessing member type with `if constexpr` inside generic lambda requires both branches to be well-formed - gcc vs clang
Jul 24, 2021
c++
language-lawyer
c++17
sfinae
if-constexpr
Must a c++ interface obey the rule of five?
Aug 31, 2022
c++
abstract-class
c++17
virtual-destructor
rule-of-three
Why introduce `std::launder` rather than have the compiler take care of it?
Sep 11, 2022
c++
c++17
language-lawyer
rationale
stdlaunder
Stripping all qualifiers from a function type
Mar 10, 2022
c++
templates
c++11
c++14
c++17
Using const std::unique_ptr for pimpl idiom
Sep 13, 2022
c++
c++11
c++17
« Newer Entries
Older Entries »