Software Engineering Musings

This space will contain some of my learnings and coding experiments.

Tiny C++ template metaprogramming helpers

Tiny helpers for C++ template metaprogramming

Emplace back iterator

Writing iterator adapter that calls container's emplace_back member function

Forwarding function objects

Exploring rvalue function call overload