From 9a3a1432bd74367edc776b98ba724330a1dfbab5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ya=C4=9F=C4=B1z=20Zengin?= Date: Sun, 7 Sep 2025 11:53:27 +0300 Subject: [PATCH] Updated Library Documentation (markdown) --- Library-Documentation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Library-Documentation.md b/Library-Documentation.md index 7e99a61..3f19068 100644 --- a/Library-Documentation.md +++ b/Library-Documentation.md @@ -491,9 +491,9 @@ for (const auto &entry : myMap) { ##### Operators - `operator std::vector()`: Returns list as vector. - `operator int()`: Returns partition count. -- `operator bool()`: Success check. +- `operator bool()`: Success check (whether it is not empty). - `operator=(&map)`: Equal operator. -- `operator!()`: Failure check. +- `operator!()`: Failure check (whether it is empty). - `operator()(path)`: Build map from path. - `Info operator[](index)`: Return the information of the section in the input index in the Info structure. - `BasicInf operator[](name)`: Return the input section name information in the BasicInfo structure.