Skip to Content

matchit v1.0.1

Created
Updated

matchit is a pattern matching library for C++17 with macro-free APIs

# Usage

The package matchit provides CMake targets:

find_package(matchit CONFIG REQUIRED)
target_link_libraries(main PRIVATE matchit::matchit) 

# License

# Supported Platforms

All platforms are supported

# Features

No features defined.

# Dependencies

No dependencies.

# Host Dependencies

No transitive dependencies.

# Dependents

No dependents.

# Host Dependents

No dependents.

# Contributors

  • daljit97's avatar daljit97

# Changelog

  • 024a041 [matchit] Add first draft port (#26499)

# Source