A discussion on the possibility for C++ language support for pattern matching and variants.
C++ Language Support for Pattern Matching and Variants
by David Sankel
From the article:
The C++ Programming Language needs a language based variant, or at least P0095R0 argued for it at the 2015 Kona C++ standardization meeting. P0095R0, however, didn’t fully explore generalized pattern matching, which is another desirable feature that is highly related. This post explores some ways to generalize the minimal pattern matching described in P0095R0.
Add a Comment
Comments are closed.