What does “switch and op code” in the context of type-erasure and/or just std::function?
I watched C++ Type Erasure Demystified – Fedor G Pikus – C++Now 2024, and at 21:07 somebody from the audience mentions, I think, “switch and op code”, claiming “that’s how std::function
works”, and Pikus seems to know what that they guy is talking about.