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
Constructor and copy-constructor for class containing union with non-trivial members
Oct 19, 2022
c++
c++11
constructor
c++14
unions
Generic way of lazily evaluating (short-circuiting) template conditional types
Jul 21, 2022
c++
templates
metaprogramming
c++14
template-meta-programming
Constant expression initializer for static class member of type double
Sep 17, 2022
c++
c++11
c++14
static-members
constant-expression
What is the purpose of std::forward()'s rvalue reference overload?
Aug 30, 2022
c++
c++11
c++14
c++17
perfect-forwarding
Can an identity alias template be a forwarding reference?
Sep 06, 2022
c++
templates
alias
c++14
forwarding-reference
How to write a generic forwarding lambda in C++14?
Sep 12, 2022
c++
lambda
c++14
perfect-forwarding
Why compiling with C++11 is successful despite using C++14 feature?
Oct 14, 2021
c++
c++11
gcc
c++14
compiler-warnings
Understanding an example about resumable functions in proposal N3650 for C++1y
Sep 03, 2022
c++
c++14
What is C++ Technical Specification?
Oct 30, 2018
c++
c++14
c++-concepts
Checking if a sequence container is contiguous in memory
Mar 20, 2022
c++
c++11
containers
c++14
typetraits
can have definition variable of non-literal type in constexpr function body c++14?
Feb 06, 2022
c++
c++11
language-lawyer
constexpr
c++14
Contradictory results between GCC and clang related to [basic.link]/7 in the C++ Standard
Apr 04, 2018
c++
c++11
language-lawyer
c++14
linkage
Does RVO work on object members?
Nov 08, 2019
c++
c++11
visual-c++
c++14
return-value-optimization
Is a defaulted constructor/assignment noexcept/constexpr by default?
Nov 10, 2022
c++
c++11
c++14
Correct way to return an rvalue reference to this
Sep 16, 2022
c++
c++11
c++14
rvalue
Capture std::promise in a lambda C++14
Jun 08, 2022
c++
c++11
lambda
promise
c++14
Generalized lambda capture on param-pack?
Sep 01, 2022
c++
lambda
c++14
variadic-functions
What is difference between decltype(auto) and decltype(returning expr) as return type?
Nov 05, 2022
c++
c++14
auto
decltype
Use std::experimental::optional to implement a list
Mar 01, 2022
c++
list
data-structures
c++14
Why does make_optional decay its argument type?
Mar 05, 2021
c++
typetraits
optional
c++-standard-library
c++14
option-type
« Newer Entries
Older Entries »