Software Engineering Musings

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

Emplace back iterator

Writing iterator adapter that calls container's emplace_back member function

Forwarding function objects

Exploring rvalue function call overload