Monthly Archives: June 2012

Virtual move constructor

Virtual constructor: recap Most experienced C++ developers should be familiar with the virtual constructor idiom, which allows us to duplicate a polymorphic object where we do not know its exact type, only the base. It is usually called clone and can … Continue reading

Posted in Uncategorized | Tagged , | 8 Comments