Skip to content

Commit

Permalink
add to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
liss-h committed Sep 24, 2024
1 parent c4901a9 commit ed30be1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<type_traits>` header.

### Further Examples

Compilable code examples can be found in [examples](./examples). The example build requires the cmake
Expand Down

0 comments on commit ed30be1

Please sign in to comment.