什么是 C++ 11 原始字符串?

	std::string path = "C:\VulkanSDK";//需要转义
	std::string path = R"(C:VulkanSDK)";//不需要转义