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
Purpose of perfect forwarding for Callable argument in invocation expression?
Nov 02, 2022
c++
lambda
c++14
auto
perfect-forwarding
adapter pattern : support underlying data that can be const or non-const, elegantly
Nov 13, 2022
c++
function
constants
adapter
c++14
Is it possible to check for existence of member templates just by an identifier?
Nov 19, 2022
c++
templates
c++14
sfinae
typetraits
Why can I access a struct defined inside a function from outside the function through return type deduction?
Feb 20, 2020
c++
c++14
Purpose of class = void in C++? [duplicate]
Aug 28, 2022
c++
c++11
templates
c++14
void
Can `auto &&` parameters be perfect forwarded?
Mar 27, 2019
c++
c++14
perfect-forwarding
Optimization of raw new[]/delete[] vs std::vector
Oct 27, 2022
c++
vector
c++14
compiler-optimization
Why elements can be inserted in a vector when using const_iterators
Nov 02, 2022
c++
c++14
const-iterator
Mark as deprecated function parameters in C++14
Feb 22, 2022
c++
c++14
deprecated
deprecation-warning
How can I instantiate a lambda closure type in C++11/14?
Sep 05, 2022
c++
performance
lambda
closures
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
Why can't I move the std::unique_ptr inside lambda in C++14?
Aug 17, 2022
c++
lambda
c++14
move-semantics
« Newer Entries
Older Entries »