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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ What's in the package?
9
9
-`arguments` an _immutable_ wrapper around the old `argv` pointer, behaves like a `std::vector<T> const`.
10
10
-`environment` an _associative container_-like class, it let's you get and set environment variables like getting and setting keys in a `std::map`, but with a couple of differences:
11
11
-`environment::operator[]` returns `environment::variable`, a proxy for interacting a single environment variable. You may assign it to a string to get the value or keep an instance of it and do operations on it later.
12
-
- The `join_paths` function allows joining a series of `std::filesystem::path` into a `std::string`*(not implemented)*
12
+
- The `join_paths` function allows joining a series of `std::filesystem::path` into a `std::string`
13
13
14
14
Both are empty classes and can be freely constructed around.
0 commit comments