Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

why we cannot use "=" to shared_ptr or unique_ptr? [duplicate]

Calling different methods with the same signature using a template like mechanism

c++ c++11 templates methods

Constructor Definition C++ syntax [duplicate]

c++ oop c++11 ctor-initializer

Unpacking parameter pack of args into the constructor of each class defined in a variadic template

How do I loop over consecutive pairs in an STL container using range-based loop syntax?

c++ c++11 iterator

How to use decltype to determine the result of an addition

c++ c++11 decltype

C++ Iteration over class pointers using std::vector

c++ c++11 vector polymorphism

Best way to remove white spaces from std::string

c++ c++11 c++14

How to find out if we are running in main thread?

c++ multithreading c++11

Force deleting std::shared_ptr in C++

Is it possible to detect the constness of a class' method using SFINAE?

c++ templates boost c++11 sfinae

C++11 constexpr function compiler error with ternary conditional operator (?:)

using vs. typedef for std::vector::iterator

c++ c++11 using stdvector

Find a specific tuple element in a vector of tuples?

c++ c++11 vector tuples

c++: function cannot be overloaded

c++ c++11

Is it possible to specify a private member variable public only for const operations?

How can I convert a reference type to a value type?

c++ c++11 reference decltype

Difference between Auto and Void?

configure error "A compiler with support for C++11 language features is required."

Why can't I use += operator on a list iterator?

c++ c++11 iterator stdlist