Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Equivalent of "typename", to indicate that a dependant name is indeed a 'template template parameter'

Polymorphic smart pointer usage

c++ c++11

Different behaviour between "int &&" and "auto &&"

c++ c++11

Should I use LL when assigning a value to long long c++

c++ c++11 declaration c++14

C++ constructor thread safety

Why can't an object containing a ostringstream member be constructed?

Why I can not use abstract class in std::vector?

std::accumulate() only the real part of a complex std::vector

Template instantiation with undefined member function return types

c++ templates c++11 c++14 auto

How does a C++ compiler decide when to call a move constructor for std::vector or any object

c++ c++11 stl

Best C++11 way to measure code execution time for an Embedded system

c++ c++11

How can I map a C++ parameter pack into a sequence of std::pair objects?

c++ c++11

Is it possible to ensure a constexpr function is called at most once at compile time?

c++ c++11 c++14 c++17 c++20

Repeated values from std::uniform_int_distribution

c++ c++11 random

Behavior of const reference after casting to non-const

c++ c++11 reference constants

C++ pass parameter by rvalue reference if possible, otherwise copy the lvalue reference

Is it fine to use variables after they being used as arguments of emplace_back?

c++ c++11 language-lawyer

C++11 support in Emscripten

c++ c++11 clang emscripten

Why is the move constructor defined and the assignment operator implicitly deleted?

c++ c++11 gcc g++

Work around typedef u8 to use C++11 u8 string literal