Displaying 1 result from an estimated 1 matches for "_bpmyeufxv8".
2015 Jan 27
2
[LLVMdev] RFC: Introduce a section to the programmers manual about type hierarchies, polymorphism, and virtual dispatch.
...Parent's Papers and Presentations
<
http://github.com/sean-parent/sean-parent.github.com/wiki/Papers-and-Presentations
>`_
- A Github project full of links to slides, video, and sometimes code.
#. `Value Semantics and Concepts-based Polymorphism
<http://www.youtube.com/watch?v=_BpMYeUFXv8>`_ - The C++Now! 2012 talk
describing this technique.
#. `Inheritance Is The Base Class of Evil
<
http://channel9.msdn.com/Events/GoingNative/2013/Inheritance-Is-The-Base-Class-of-Evil
>`_
- The GoingNative 2013 talk describing this technique.
When deciding between creating a typ...