You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,8 @@
7
7
A recursive map that can have any shape and can hold multiple types for keys and values.
8
8
9
9
* Header-only library.
10
-
* Key types are provided at construct time as template arguments. They must meet the type conditions for [std::variant](https://en.cppreference.com/w/cpp/utility/variant).
10
+
* Key types are provided at construct time as template arguments. They must meet the type conditions
11
+
for [std::variant](https://en.cppreference.com/w/cpp/utility/variant).
11
12
* Value types must be copy constructible as the map takes ownership on the objects assigned.
12
13
* Can be visualised as a tree.
13
14
@@ -22,7 +23,7 @@ A recursive map that can have any shape and can hold multiple types for keys and
0 commit comments