added smart value read and parse

This commit is contained in:
2020-05-02 00:49:11 +02:00
parent 9482030fc2
commit 8bf777174e
10 changed files with 1036 additions and 19 deletions

View File

@ -6,7 +6,11 @@
],
"settings": {
"files.associations": {
"iostream": "cpp"
"iostream": "cpp",
"*.tcc": "cpp",
"string": "cpp",
"unordered_map": "cpp",
"string_view": "cpp"
}
}
}