Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Passing by value vs const & and && overloads

Why does MSVC++11 rejects constexpr qualification of a function?

trailing return type using decltype with a variadic template function

C++11 memory pool design pattern?

c++ c++11 memory-pool

convert seconds as double to std::chrono::duration?

c++ c++11 chrono

Implementation of operators for enum class

Elaborated-type-specifier for a scoped enum must not use the ‘class’ keyword

c++ c++11 g++ enum-class g++4.8

Idiomatic Way to declare C++ Immutable Classes

How to declare a vector of atomic in C++

c++ stl c++11 atomic

Legal to overwrite std::string's null terminator?

Is it okay to define a totally general swap() function?

Why not just use random_device?

c++ c++11 random

Should a move constructor take a const or non-const rvalue reference?

Is there a way to cancel/detach a future in C++11?

c++ c++11 future

When should I use std::bind?

declare template friend function of template class

c++ templates c++11 friend

Nicer syntax for setting default argument value to default constructor

Convert std::chrono::time_point to unix timestamp

A good hash function for a vector

c++ c++11 hash

What causes std::bad_function_call?

c++ exception lambda c++11