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
Warning with automatic return type deduction: why do we need decltype when return defines the type anyway?
Oct 29, 2017
c++
c++11
c++14
Template function specialization for template class
Mar 31, 2022
c++
templates
c++11
c++14
template-specialization
"constexpr" in C++14
Jan 29, 2020
c++
c++11
c++14
constexpr
Compiler-deduced type for generic lambdas
Mar 23, 2018
c++
lambda
c++14
type-deduction
Create alias for numeric array
Sep 05, 2022
c++
c++11
c++14
Why is a lambda not-movable if it captures a not-copiable object using std::move()?
Aug 27, 2022
c++
function
lambda
c++14
move
C++ Lambda Code Generation with Init Captures in C++ 14
Feb 18, 2022
c++
lambda
c++14
move
Return type deduction in recursive function
Mar 16, 2022
c++
c++14
Get the type of the return value in C++
Nov 17, 2022
c++
types
c++14
decltype
Which std types are guaranteed to be empty/null after being used as arg in move constructor
Apr 20, 2022
c++
c++11
c++14
move-semantics
Expand a type N times in template parameter
Nov 01, 2022
c++
templates
c++14
std-function
C++ Transform a std::tuple<A, A, A...> to a std::vector or std::deque
Oct 22, 2022
c++
tuples
c++14
Can I place "non-static blocks" of code in class definitions?
Apr 22, 2022
c++
initialization
c++14
non-static
decltype() variadic template base class
Nov 11, 2022
c++
c++11
c++14
C++14 using alias for is_same::value
May 25, 2019
c++
templates
helper
c++14
c++17
Will there be standardization of scope guard/scope exit idioms?
Oct 24, 2022
c++
c++14
c++17
scopeguard
Get function return type in template
Oct 23, 2022
c++
templates
c++14
Warning: function uses 'auto' type specifier without trailing return type
Dec 22, 2019
c++
c++11
c++14
constexpr
return-type
Why does gcc generate a memmove instead of a memcpy for copying a std::vector<>?
Apr 04, 2022
c++
performance
gcc
assembly
c++14
Generating a sequence of type T at compile time
Feb 07, 2022
c++
c++14
callable
« Newer Entries
Older Entries »