首页 > 解决方案 > Why do we have scope resolution operator right after equal sign?

问题描述

This is a C++ Code. I cannot understand what does a scope resolution operator do right after equal sign

const tflite::Model* model = ::tflite::GetModel(g_model);

标签: c++oopstruct

解决方案


推荐阅读