Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

What's wrong with this inline initialization of std::array?

c++ arrays c++11 g++

std::timed_mutex::try_lock* fail spuriously

Can I use rvalue reference to temporary? Is it undefined behavior or not?

Forwarding the same value to two or more functions

WebAssembly calling JavaScript methods from wasm i.e. within C++ code

Generally, is dereference pointer expression results a reference type?

Why would one write a C++ lambda with a name so it can be called from somewhere?

function c++11 lambda

move semantics std::move

c++ c++11 move-semantics

How to pass a reference through a parameter pack?

What technical disadvantages do C99-style VLAs have? [closed]

Placement new and alignment in C++

c++ c++11

Function overload using lambda function signature

c++ c++11 lambda overloading

Wrap enum class with Cython

c++ c++11 cython enum-class

What's the reasoning behind std::unique_ptr<T>'s constructor from T* being explicit?

Why is isnan ambiguous and how to avoid it?

Have a template parameter that can be pointer type or non-pointer type

c++ templates pointers c++11

Passing to a Reference Argument by Value

How can I use an unordered_set with a custom struct?

Need some clarification with 8.5.p7 in the C++11 Standard

c++ c++11 initialization

Any difference between copy-list-initialization and traditional copy-initialization?

c++ c++11