Skip to content

v0.1.0

Compare
Choose a tag to compare
@mpark mpark released this 13 Sep 21:33
· 55 commits to master since this release
04fbef7

MPark.Patterns is an experimental pattern matching library for C++17.

It determines whether a given value matches a pattern and, if it does, binds the desired portions of the value to a handler.