Functional in C++11 and C++14: Dispatch Table and Generic Lambdas--Rainer Grimm

C++ is evolving.

Functional in C++11 and C++14: Dispatch Table and Generic Lambdas

by Rainer Grimm

From the article:

My favourite example the dispatch table shows how nice the features in modern C++ work together. A dispatch table is a table of pointers to functions. In my case, it is a table of handles to polymorphic function wrappers...

Add a Comment

Comments are closed.

Comments (0)

There are currently no comments on this entry.