doc: finish documentation of StringHelper

This commit is contained in:
2024-07-17 14:18:54 +08:00
parent b13bb445e4
commit 94386c93aa
5 changed files with 102 additions and 6 deletions

View File

@ -28,7 +28,7 @@ This guard can solve following issues:
<LI>
Programmer can not use \c std::max and \c std::min normally.
<UL>
<LI>Windows defines \c MAX and \c MIN as macros for personal use. This is why this happend.</LI>
<LI>Windows defines \c MAX and \c MIN as macros for personal use. This is why this happened.</LI>
<LI>Guard defines some special macros to tell Windows do not create these 2 macros.</LI>
</UL>
</LI>