Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

How can I run a lambda immediately?

c++ c++11 lambda

Copy constexpr array into class

Using `this->` in a lambda that captures `this`

c++ c++11 lambda

constexpr performing worse at runtime

Why lambda removes cv and ref?

Getting unexpected result when compiling with clang optimization

c++ c++11 boost clang

Why can a std::tuple not be assigned with an initializer list?

c++11 stdtuple

What will happen if I assign negative value to an unsigned char?

c c++11 unsigned

Vector move constructor slower than copy constructor

How to check if thread has finished work in C++11 and above?

Is there an actual 4-bit integer data type in C++11 [duplicate]

c++ c++11 c++14

Calling volatile member function using not volatile object in C++

overloaded function with no contextual type information

c++ c++11 function-pointers

regex_replace, why does it lose the $1?

Why can't I use std::unique_ptr as a "template<class> class" argument?

Cannot initialize a vector of const char*/string array with an initializer-list on declaration

c++ c++11

Transform hand written loop to std library call

c++ c++11 c++14

Confusion about order of constructor call and virtual base class

c++ c++11

Why doesn't universal reference apply for arrays?

Apply function to all elements of parameter pack from a variadic function [duplicate]