Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

How to use bitmask?

c++ c++11 bitmask

What is the recommended way to align memory in C++11

Lambda functions as base classes

c++ c++11 lambda

Is this std::ref behaviour logical?

c++ c++11 ref

const& , & and && specifiers for member functions in C++

c++ c++11 constants

Should I switch from using boost::shared_ptr to std::shared_ptr?

c++ boost stl c++11 shared-ptr

How to convert a lambda to an std::function using templates

How std::function works

c++ c++11

void_t "can implement concepts"?

Extension methods in c++

c++ c++11

Why do some people use swap for move assignments?

Difference between C++11 std::bind and boost::bind

Why does std::map not have a const accessor?

c++ c++11 std

enum vs constexpr for actual static constants inside classes

c++ c++11 constexpr

Can using a lambda in header files violate the ODR?

Why do I get the same sequence for every run with std::random_device with mingw gcc4.8.1?

c++ c++11 random stl

How can I have multiple parameter packs in a variadic template?

C++ Lambdas: Difference between "mutable" and capture-by-reference

c++ c++11 lambda

Where can I learn more about C++0x? [closed]

c++ c++11 reference-manual

What is decltype and how is it used?

c++ c++11 decltype