Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

specialize std::hash<T> for dependent types

c++ templates c++11 hash stdhash

What does C++ 'final' method annotation promise about the class design?

c++ oop c++11

move shared_ptr on constructor initialization list

Error while declaring a class with std::vector of structs containing std::unique_ptr

c++ c++11 vector unique-ptr

Implementing insert() on a container with move semantics when rvalue does not implement move

c++ c++11 containers move

Is there a reason to use const_cast on a string literal in this code?

CMake link a library (.a/.so)

c++ c++11 cmake clion

SFINAE std::isfinite and similar functions using std::is_arithmetic

c++ c++11 clang++ libc++

Check if type can be an argument to boost::lexical_cast<string>

What does "_dyld_start" mean in my profiling results?

c++ macos c++11 profiling dyld

Class template, which is independent of the permutations of its arguments

c++ c++11 class-template

visual studio implementation of "move semantics" and "rvalue reference"

Declare "container" object from templated template class and variadic templates

How Can I Swap Map Elements without Moving?

c++ c++11 dictionary swap c++03

Why is there a built-in delay when reading with popen()?

c++ file c++11 popen nonblocking

C++, signal and threads

Why is a malformed function used instead of an implicit conversion?

empty curly bracket {} as end of range

c++ c++11 iterator

Compiling OpenCV 3.3 : C++11 is not supported

Does C++11 standard provide something like boost::any?

c++ c++11 boost boost-any stdany