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
Perfect forwarding with class template argument deduction
Sep 16, 2022
c++
templates
c++17
perfect-forwarding
template-argument-deduction
Is there any benefit in using std::forward instead of std::move to initialize an object?
Oct 09, 2020
c++
c++17
How to efficiently move (some) items from one std::map to another?
Apr 27, 2022
c++
stl
c++17
stdmap
Will C++17 template arguments with auto feature allow constrained std::function objects?
Aug 24, 2022
c++
templates
auto
c++17
std-function
clang 4 build error on <functional> with c++1z
Dec 10, 2020
c++
archlinux
clang++
c++17
Partial ordering of forwarding reference and normal reference with deduction guides
May 11, 2022
c++
templates
language-lawyer
c++17
template-argument-deduction
Getting the best of static_assert and std::is_invocable
Mar 11, 2019
c++
c++17
sfinae
static-assert
Providing tuple-like structured binding access for a class
Jun 27, 2020
c++
c++17
structured-bindings
Why can pointers to non-static member functions not be used as a unary predicate for standard library algorithms?
Feb 19, 2022
c++
algorithm
c++17
c++-standard-library
pointer-to-member
using std::function::target correctly
Sep 05, 2022
c++
c++11
c++17
Is std::string_view trivially copyable?
Oct 18, 2022
c++
language-lawyer
c++17
How std::shared_ptr is deallocated?
Aug 31, 2022
c++
c++17
Why can't the compiler deduce auto template parameter unless I add const?
Nov 23, 2021
c++
templates
language-lawyer
c++17
template-argument-deduction
Correct way of using invoke_result?
May 07, 2021
c++
c++17
forwarding-reference
result-of
Structured bindings and tuple of references
Mar 20, 2021
c++
c++17
Where does the standard define that a volatile variable can change?
Feb 08, 2022
c++
language-lawyer
c++17
volatile
template function that deduces both containers and initializer_list-s
Sep 03, 2022
c++
templates
c++14
c++17
initializer-list
Why can a dependent name be considered as complete even if the actual type is not defined until the very end
Apr 24, 2022
c++
templates
c++17
dependent-name
Why does C++'s `variable template` not behave as expected?
Sep 13, 2022
c++
templates
c++17
template-meta-programming
typetraits
Function template overload resolution, dependent and non-dependent parameters
Apr 28, 2022
c++
templates
c++17
language-lawyer
« Newer Entries
Older Entries »