News

It's something that C++ developers call "multiple dispatch" (or so I'm told). Normally, if you call a method that that has two overloaded versions, the choice between the two overloads is made at ...