12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- {
- "files.associations": {
- "optional": "cpp",
- "system_error": "cpp",
- "chrono": "cpp",
- "typeindex": "cpp",
- "typeinfo": "cpp",
- "*.tcc": "cpp",
- "deque": "cpp",
- "list": "cpp",
- "string": "cpp",
- "unordered_map": "cpp",
- "vector": "cpp",
- "qnetworkaccessmanager": "cpp",
- "array": "cpp",
- "tuple": "cpp",
- "utility": "cpp",
- "variant": "cpp",
- "istream": "cpp",
- "ostream": "cpp",
- "ratio": "cpp",
- "functional": "cpp",
- "type_traits": "cpp",
- "cctype": "cpp",
- "clocale": "cpp",
- "cmath": "cpp",
- "cstdarg": "cpp",
- "cstddef": "cpp",
- "cstdio": "cpp",
- "cstdlib": "cpp",
- "cstring": "cpp",
- "ctime": "cpp",
- "cwchar": "cpp",
- "cwctype": "cpp",
- "atomic": "cpp",
- "bit": "cpp",
- "bitset": "cpp",
- "codecvt": "cpp",
- "compare": "cpp",
- "complex": "cpp",
- "concepts": "cpp",
- "condition_variable": "cpp",
- "cstdint": "cpp",
- "map": "cpp",
- "set": "cpp",
- "exception": "cpp",
- "algorithm": "cpp",
- "iterator": "cpp",
- "memory": "cpp",
- "memory_resource": "cpp",
- "numeric": "cpp",
- "random": "cpp",
- "source_location": "cpp",
- "string_view": "cpp",
- "fstream": "cpp",
- "future": "cpp",
- "initializer_list": "cpp",
- "iomanip": "cpp",
- "iosfwd": "cpp",
- "iostream": "cpp",
- "limits": "cpp",
- "mutex": "cpp",
- "new": "cpp",
- "ranges": "cpp",
- "sstream": "cpp",
- "stdexcept": "cpp",
- "stop_token": "cpp",
- "streambuf": "cpp",
- "thread": "cpp",
- "cinttypes": "cpp",
- "__nullptr": "cpp"
- }
- }
|