From 98fdf680ab9bf7cbabb43948a22853d9057e3e67 Mon Sep 17 00:00:00 2001 From: Barry Revzin Date: Fri, 13 Oct 2023 23:16:38 -0500 Subject: [PATCH] Adding hash_append example. --- 2996_reflection/p2996r0.html | 303 ++++++++++++++++++---------------- 2996_reflection/reflection.md | 15 ++ 2 files changed, 174 insertions(+), 144 deletions(-) diff --git a/2996_reflection/p2996r0.html b/2996_reflection/p2996r0.html index 4c9c6483..22c5810e 100644 --- a/2996_reflection/p2996r0.html +++ b/2996_reflection/p2996r0.html @@ -581,6 +581,7 @@

Contents

  • 2.5 Parsing Command-Line Options
  • 2.6 A Simple Tuple Type
  • 2.7 A Universal Print Function
  • +
  • 2.8 Implementing hash_append
  • 3 Proposed Features