Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++14

What are the allowed types for an enum (class)?

c++ c++11 c++14

Error on MSVC when trying to declare std::make_unique as friend of my templated class

Checking if class T has member type Member with void_t

c++ templates c++11 c++14 sfinae

C++-14 using enable_if_t to select member function of class templated on integral type

c++ templates c++14 sfinae

Are there cases in which trailing-return-type syntax in lambda cannot be avoided?

Create an array of smart pointers to a class with no default constructor

c++ visual-c++ c++14

Handing over locked std::unique_lock to new threads

SFINAE: Check whether the concatenation of two variadic packs is the same as one pack

Variadic Recursive Template

C++ equivalent of #define for integers

c++ c++14

C++14: How to group variadic inputs by template parameter?

decltype(auto) type deduction: return x vs. return (x)

What is the canonical way to check for approximate zeros in Catch2?

Why does capturing a variable make the type of a lambda unique? [duplicate]

c++ c++11 lambda c++14

Manually implement structured binding in C++14

c++ c++14

Variadic generic lambda and function overload

c++ c++14

How to write multi-byte values to shared memory in C++14?

Why aren't string literals passed as references to arrays instead of opaque pointers?

c++ string c++11 c++14

Undefined behaviour of right shift (a >> b) when b is greater than the number of bits in a?

Why std::get does not work with variables?

c++ templates c++14