native/README.md
It is the native backend of Cocos Creator. It works on iOS, Android, macOS and Windows.
The coding format file is .clang-format, and the coding style format file is .clang-tidy. Please use clang-format to format the codes and use clang-tidy to fix the coding style before committing codes. See the linter auto-fix guide for more information.
Use C++17.
These C++17 features are tested and supported by all platforms
std::string_viewconstexpr ifThe following features are not supported
std::optional is not supported by iOS 11.Other C++17 features are not tested.