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
What's the advantage of `std::optional` over `std::shared_ptr` and `std::unique_ptr`?
Apr 10, 2022
c++
optional
c++17
stdoptional
Why does std::string_view::data not include a null terminator?
Apr 05, 2022
c++
stl
c++17
string-view
Is it possible to ignore [[nodiscard]] in a special case?
Sep 06, 2022
c++
c++17
nodiscard
how to write a fold /sum function for C++ tuple?
Apr 06, 2022
c++
c++11
c++17
stdtuple
Why is sizeof(std::variant) the same size as a struct with the same members?
Nov 01, 2019
c++
unions
c++17
Why isn't std::iota constexpr?
Oct 25, 2022
c++
constexpr
c++17
iota
Are reference non-type template parameters deduced by decltype(auto) forwardable in case of template template parameter
Nov 19, 2022
c++
templates
language-lawyer
c++17
template-templates
In temp.deduct.partial, why is a parameter pack less specialized?
May 06, 2020
c++
templates
c++17
Value category of const int variable captured by lambda
Nov 12, 2022
c++
lambda
language-lawyer
c++17
value-categories
error assuming cast to type xxx from overloaded function on gcc [duplicate]
Mar 26, 2022
c++
c++17
Usage of for_each in the presence of exceptions? std::exception_list
Aug 26, 2020
c++
exception
foreach
c++17
stl-algorithm
Can auto placeholder be used to deduce function result in non-type template parameter?
Sep 15, 2022
c++
templates
language-lawyer
c++17
A type trait to detect functors using C++17?
Apr 20, 2022
c++
c++17
template-meta-programming
functor
sfinae
Does this code result in a materialized base prvalue, and should it compile?
Jan 20, 2021
c++
language-lawyer
c++17
destructor
compiler-generated
Deduction guide and variadic templates
Nov 11, 2022
c++
g++
tuples
c++17
template-argument-deduction
Correct behavior of built-in operator candidates of overload resolution in the operator expression context
Sep 10, 2022
c++
operator-overloading
c++14
c++17
QMake adding in extra "-std=gnu++11" when I use build kits that compile with Clang, which overides my .pro flag addition "-std=c++17"
Jul 04, 2021
makefile
clang
qt-creator
c++17
qmake
Template variables with template argument deduction and default template parameters
Nov 03, 2022
c++
templates
language-lawyer
c++17
default-parameters
C++17: Generic (multiple-inheritance based?) check for template in parameter pack
Sep 17, 2022
c++
templates
c++17
metaprogramming
What is guaranteed with C++ std::atomic at the programmer level?
Feb 26, 2022
c++
caching
concurrency
c++17
atomic
« Newer Entries
Older Entries »