Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

smart pointer the element of a std::pair

c++ c++11 smart-pointers

Comparing iterator value_type in range constructor

c++ c++11 type-traits

constexpr char array with GCC and clang

How to inherit all typedefs from one base class under multiple inheritance?

c++ c++11

Why is copy assignment called but not move assignment? [duplicate]

c++ c++11

What is the defined behavior of std::string::erase() with a pos of string::npos?

Lambda function with map where key is tuple and value is double

c++ c++11 stdtuple

How to deduce second parameter type from first parameter?

c++ c++11 templates lambda c++17

What is the C++ feature being used in this Nana demo code?

c++11 nana

What's the right way to call static_assert(false)?

c++11 sfinae static-assert

why conversion operator is getting called when std::for_each() returns?

c++ c++11 stl

User-Defined Conversion Operator Ignored for Class Template (Not So for Non-templates)

Why is the output of `typeid(T&).name()` given as `T` instead of `T&`?

c++ c++11 typeinfo

how to pass unique_ptr with interfaces?

c++ c++11

Increasing Performance in C++

Why does 'A a{};' compile when the default constructor A::A() is deleted? [duplicate]

Variadic template parameter in middle of parameter list

Template specialization and perfect forwarding

c++ c++11

Gtest on new keyword