PIConstChars PIMap supports

This commit is contained in:
2022-04-30 00:07:58 +03:00
parent 6881fd13b7
commit 4139d88103
2 changed files with 8 additions and 4 deletions

View File

@@ -39,6 +39,8 @@ int main(int argc, char * argv[]) {
cmp(PIConstChars("1c"), PIConstChars("1b"));*/
PIMap<PIConstChars, int> map;
map[PIConstChars()] = 0;
map[PIConstChars()] = -1;
map["_2"] = 22;
map["1"] = 11;
map["__3"] = 33;