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 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
Connecting three different objects
Sep 30, 2022
c++
c++11
c++14
shared-ptr
Which standard C++ features can be used for querying machine/OS architecture?
Jan 30, 2022
c++
c++11
computer-architecture
c++14
Union common initial sequence with primitive
Nov 21, 2019
c++
c++11
c++14
language-lawyer
unions
How should a Variable Template be referred to in C++14 when declared at Class scope?
Nov 01, 2022
c++
templates
c++14
static-members
variable-templates
Odd behavior passing static constexpr members without definitions by value
Jul 17, 2021
c++
gcc
clang
c++14
one-definition-rule
Possible to instantiate templates using a for loop in a C++14 constexpr function?
Nov 19, 2022
c++
c++14
constexpr
C++1y/C++14: Assignment to object outside its lifetime is not allowed in a constant expression?
Sep 15, 2022
c++
language-lawyer
constexpr
c++14
Can I write a function type that returns a function?
Sep 15, 2022
c++
language-lawyer
c++14
result-of
Determine `constexpr` execution - during compilation or at runtime?
Sep 15, 2022
c++
c++14
constexpr
`weak_ptr::expired` behavior in the dtor of the object
Sep 15, 2022
c++
c++11
c++14
shared-ptr
weak-ptr
What's {} in void({})?
Oct 23, 2022
c++
gcc
clang
c++14
language-lawyer
why declare constrexpr constructors for classes with non-trivial destructors (e.g. unique_ptr, std::variant)
Jun 07, 2019
c++
c++14
constexpr
c++17
std::move_if_noexcept calls copy-assignment even though move-assignment is noexcept; why?
Sep 15, 2022
c++
c++14
« Newer Entries
Older Entries »