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
Can C++17's "template argument deduction" for class templates deduce local types?
Aug 20, 2022
c++
templates
gcc
c++17
template-argument-deduction
How to include C++ 17 headers with g++ 6.2.0 with -std=c++17 (optional, any, string_view, variant)
Mar 29, 2022
c++
include
g++
header-files
c++17
Iteratively filtering arguments matching a predicate at compile-time
Apr 27, 2022
c++
templates
metaprogramming
template-meta-programming
c++17
Most elegant way to split a C++ TypeList
Apr 16, 2022
c++
c++11
metaprogramming
c++17
Is it possible to issue compile error if object is stack created (including inherited types)?
Aug 05, 2020
c++
c++17
factory
Copy Construction in Initializer Lists
Oct 25, 2022
c++
c++17
initializer-list
copy-elision
How to use C++ Expects operator?
Aug 29, 2021
c++
c++17
cpp-core-guidelines
Assignment to array in C++17
Aug 27, 2022
c++
arrays
language-lawyer
c++17
variable-assignment
How to pass std::string_view by value or by const reference
Nov 06, 2022
c++17
string-view
std::remove_reference_t<std::remove_cv_t<T>> does the order matter?
Sep 14, 2022
c++
c++17
typetraits
How to choose between std::reduce and std::accumulate?
May 07, 2022
c++
parallel-processing
c++17
accumulate
experimental::filesystem linker error while using GCC6 after using -lstdc++fs option
May 03, 2022
c++
gcc
c++17
efficient way to insert a unique_ptr into a map without deleting the pointer if the key already exists [duplicate]
Oct 04, 2019
c++
c++17
Unpacking a typelist
Apr 09, 2021
c++
templates
c++14
variadic-templates
c++17
std::make_unique's (and emplace, emplace_back's) awkward deduction for initializer_list arguments
Apr 10, 2022
c++
c++14
unique-ptr
initializer-list
c++17
C++17 lambda captures with relaxed type requirements
Sep 28, 2020
c++
lambda
c++14
c++17
How to use structured binding in an array passed as arg to some function?
Aug 30, 2022
c++
c++17
What are pros and cons of std::initializer_list and c array []?
Jul 03, 2022
c++
c++17
constexpr
initializer-list
Using std::launder to get a pointer to an active union member from a pointer to an inactive union member?
Apr 28, 2021
c++
pointers
language-lawyer
c++17
undefined-behavior
Where is std::hardware_destructive_interference_size?
Sep 15, 2022
c++
c++17
« Newer Entries
Older Entries »