From b52d59071500cf1f8d2816126bfc53106426f13a Mon Sep 17 00:00:00 2001 From: RedSkittleFox Date: Mon, 1 Jan 2024 17:49:41 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7454edb..e97c18d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![CMake MSVC Build and Test](https://github.com/RedSkittleFox/reflexpr/actions/workflows/cmake-msvc-build.yml/badge.svg)](https://github.com/RedSkittleFox/reflexpr/actions/workflows/cmake-msvc-build.yml) -# ruby-reflexpr +# reflexpr is a c++20 compile and runtime aggregate reflections header only library. It allows you to iterate over aggregate type's member variables. # Example Usage