Fun with type erasure + dispatching data from abstract structure to function parameters
Sometimes we want some kind of magic that would call the appropriate handler for a request, and put appropriate request fields into function parameters. We want this magic more when the number of handlers with many parameters grows significantly. In this talk, we will concentrate on type erasure to make a convenient and user-friendly way of organizing request handlers.
Pavel Novikov
Align Technology