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++14
Is it possible to ignore the trailing return type feature of c++11 in favor of the function return type deduction feature of c++14?
Sep 30, 2022
c++
c++11
c++14
trailing-return-type
return-type-deduction
Value-initialization of class containing std::queue
Oct 24, 2021
c++
gcc
queue
c++14
Inexplicable behaviour of the function accepting a universal reference and returning a const reference
May 07, 2021
c++
c++11
c++14
Is there a C++11/14 alternative to __attribute__((packed))
Mar 15, 2022
c++
c++11
gcc
clang
c++14
error determining a generic return type in C++11
Aug 08, 2021
c++
templates
c++11
c++14
name-lookup
Why are mutexes and condition variables trivially copyable?
Aug 30, 2022
c++
language-lawyer
c++14
std::move or std::forward when assigning universal constructor to member variable in C++
Sep 06, 2022
c++
c++11
c++14
move-semantics
perfect-forwarding
templated function pointer as template parameter
Sep 27, 2021
c++
templates
c++14
Is forward<T> the same as forward<T&&>?
Sep 26, 2022
c++
templates
c++14
perfect-forwarding
function && qualifier behaviour
Sep 26, 2022
c++
c++14
rvalue-reference
constexpr defaulted default constructors
Aug 24, 2022
c++
c++11
compiler-errors
c++14
How to get the average of several chrono::time_points
Dec 23, 2018
c++
c++14
chrono
Deleted Function in std::pair when using a unique_ptr inside a map
Sep 13, 2022
c++
c++14
icc
Template functions versus named lambdas with auto parameters
Nov 01, 2022
c++
templates
lambda
c++14
generic-lambda
Can I initialize an array using the std::initializer_list instead of brace-enclosed initializer?
Jun 22, 2019
c++
c++11
c++14
initializer-list
c++17
std::map emplace/insert moving value being inserted
Aug 30, 2022
c++
map
c++14
Specializing std::optional
Apr 21, 2021
c++
std
template-specialization
c++14
Why constexpr is not the default for all function? [duplicate]
Oct 28, 2022
c++
c++14
constexpr
How do I create a tuple of N T's from an array of T?
Mar 31, 2022
c++
arrays
tuples
c++14
Compiler can't deduce the return type?
Jul 26, 2022
c++
c++14
auto
decltype
« Newer Entries
Older Entries »