# tvaneerd/cpp17_in_TTs

Descriptions of C++17 features, presented mostly in "Tony Tables" (hey, the name wasn't my idea)

Repository: https://github.com/tvaneerd/cpp17_in_TTs
Canonical: https://ross.abutalabs.com/products/cpp17_in_tts
License Family: other
Topics: cpp, cpp17, tony-tables, template-metaprogramming, concepts, optional, variant, structured-bindings
Last push: 2021-06-16T01:15:38+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3485, "days_push": 1905, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1202, forks 124 (observed 2026-08-28T04:03:58.487674+00:00)

## What it is
A collection of concise descriptions of C++17 language features presented in comparison tables ('Tony Tables'), typically one markdown file per feature. It serves as a quick reference for developers learning what changed in C++17.

## Use cases
- learn what's new in C++17
- quickly compare C++14 vs C++17 syntax
- find examples of structured bindings
- understand std::optional and std::variant usage
- reference for migrating codebase to C++17

## When to choose
- you want concise table-based comparisons of C++17 features
- you need a quick per-feature reference while coding
- you're teaching or onboarding developers to modern C++

## When to avoid
- you need an authoritative or error-free specification
- you want exhaustive coverage of all C++17 changes
- you need a maintained tutorial with active updates

## Facets
- artifact type: learning-resource
- maturity: maintenance
- function: documentation
- domain: programming-languages, tutorials
- platform: cpp, cross-platform
- tags: cpp17, tony-tables, language-features, reference, structured-bindings, optional, variant, cpp

## Member repositories
- tvaneerd/cpp17_in_TTs (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:58.487674+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:20:38.534846+00:00, confidence not recorded.
  - readme: https://github.com/tvaneerd/cpp17_in_TTs (fetched 2026-08-28T04:03:58.487674+00:00, sha 4413b8aec392)
- Data as of 2026-08-30T08:39:29.467469+00:00.
