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 there boost::visit like std::visit, for boost::variant?
Sep 12, 2022
c++
boost
c++14
boost-variant
std-variant
Avoid infinite recursion in destructor
Sep 11, 2022
c++
recursion
graph
c++14
destructor
What is expected lifetime of std::intializer_list object in C++14?
Sep 12, 2022
c++
c++14
language-lawyer
initializer-list
object-lifetime
decltype(auto) vs auto&& to perform generic handling of function's return type
Nov 06, 2022
c++
c++14
C++1y/C++14: Converting static constexpr array to non-type template parameter pack?
Jan 27, 2022
c++
templates
variadic-templates
constexpr
c++14
Why can't templates be deprecated with [[deprecated]]?
Sep 15, 2022
c++
templates
c++14
deprecated
Can it be safe to keep a copy of an std::initializer_list? What is the rationale?
Aug 19, 2015
c++
c++11
c++14
initializer-list
Why does make_unique have an extra move with a constructor that can take std::bind as an argument?
Mar 15, 2017
c++
c++11
c++14
using alias for static member functions?
Sep 05, 2022
c++
c++11
c++14
Where in the Standard (C++14) does it say that the following two declarations are equivalent?
Nov 21, 2022
c++
language-lawyer
c++14
Is it possible to introspect on methods using Boost Hana?
Aug 18, 2016
c++
reflection
c++14
generic-programming
boost-hana
std::equal_range with lambda
May 18, 2022
c++
lambda
c++14
generic-lambda
capturing everything vs. capturing only some in a lambda
Mar 23, 2022
c++
lambda
c++14
Is it a bad habit to initialize a unique_ptr using reset?
Nov 06, 2022
c++
c++14
unique-ptr
Build Proxygen under Ubuntu 16.04
Jul 12, 2019
c++
c++14
ubuntu-16.04
gcc5
proxygen
C++ Recursive Variadic Lambda
Jul 14, 2022
c++
templates
recursion
lambda
c++14
Passing a mutable lambda with unique_ptr into a const& std::function
Aug 30, 2022
c++
lambda
c++14
Why forwarding return value is needed
Sep 09, 2022
c++
c++11
c++14
perfect-forwarding
C++14. Declare a function with same-type-and-fixed-length argument list
Sep 19, 2021
c++
templates
c++14
variadic-templates
template-meta-programming
Using template parameter in a generic lambda
Feb 10, 2018
c++
lambda
c++14
c++20
« Newer Entries
Older Entries »