Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++14

Need of extra brackets in two-dimensional array initialization in C++11 [duplicate]

c++ c++11 c++14

Using declaration contains unexpanded parameter pack

Is it possible to know the range of an non-fixed enumerator?

c++ enums c++14

Replacing data with range-v3

c++ c++11 c++14 range-v3

Using the auto keyword in C++

c++ c++14

Why are local classes not allowed to have template-members? [duplicate]

C++ vector set size in initialization list or resize

c++ c++14

Return content of optional

c++ c++14

Capturing generic callable objects in nested lambdas - always forward?

Template function pointer as a template parameter

Custom allocator method is not called

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

Given a set of classes, call the one with matching method parameters

c++ c++14

Using in-place lambda for complex initialisation, especially consts

c++ multithreading c++11 c++14

Using vector::back() to modify vector element

c++ vector reference c++14

Deduce type of a member of a template argument object

Wrap a pack of forwarding references in a tuple

How std::mutex got unlocked in different thread?

c++ multithreading c++14 mutex

How to efficiently move underlying data from std::string to a variable of another type?

c++ c++11 c++14 c++17