Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Using variadic templates to specify friend classes

Merge vector and initializer_list in initialization of vector<vector<T>>?

Memoization functor wrapper in c++

Forcing C++11 lambda to capture a variable

c++ c++11 lambda

How to insert a new value to a set and erase another at the same time?

c++ c++11 stl set

Type of the first parameter of a member function in C++11

"Using" declaration with scope only on current class?

reinterpret_cast / static_cast and undefined behavior

Template meta-code and private members

c++ templates c++11 c++03

Specializing std::hash for templated Key

c++ templates c++11 hash stdhash

Casting function pointer to void(*)(), then recasting to original type

Why c++ containers do not implement erase( reverse_iterator position )?

c++ c++11

Is this incorrect use of std::bind or a compiler bug?

c++ c++11 clang mingw

catch std::function allocations at compile time

Reading comments from .proto files using a Protocol Buffers descriptor object

Using Initializer Lists with std::map

Easy way to implement small buffer optimization for arbitrary type erasure (like in std::function.)

c++ c++11

Copying a generic protobuf into a new object on the heap

How to convert an integer to std::u16string (C++11)?

c++ string c++11 casting

Under which circumstances might std::unique_ptr::operator[] throw?