From ed30be1373da49aa04144116baf29f78eca27803 Mon Sep 17 00:00:00 2001 From: Liss Heidrich <31625940+liss-h@users.noreply.github.com> Date: Tue, 24 Sep 2024 14:44:15 +0200 Subject: [PATCH] add to readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 318489c..22c5724 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,9 @@ Like `std::variant` but specifically optimized for usage with two types/variants The internal representation is a `union` of the two types plus a 1 byte (3 state) discriminant. Additionally, `visit` does not involve any virtual function calls. +### `type_traits.hpp` +Things that are missing in the standard library `` header. + ### Further Examples Compilable code examples can be found in [examples](./examples). The example build requires the cmake