From 0a1af5f82ad44460275a47bfeb0b86acd2151a3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ya=C4=9F=C4=B1z=20Zengin?= Date: Sun, 7 Sep 2025 11:47:18 +0300 Subject: [PATCH] Updated Library Documentation (markdown) --- Library-Documentation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Library-Documentation.md b/Library-Documentation.md index dff77df..7e99a61 100644 --- a/Library-Documentation.md +++ b/Library-Documentation.md @@ -492,6 +492,7 @@ for (const auto &entry : myMap) { - `operator std::vector()`: Returns list as vector. - `operator int()`: Returns partition count. - `operator bool()`: Success check. +- `operator=(&map)`: Equal operator. - `operator!()`: Failure check. - `operator()(path)`: Build map from path. - `Info operator[](index)`: Return the information of the section in the input index in the Info structure.