It’s called an unnamed namespace / anonymous namespace. It’s use is to make functions/objects/etc accessible only within that file. It’s almost the same as static in C.
It’s called an unnamed namespace / anonymous namespace. It’s use is to make functions/objects/etc accessible only within that file. It’s almost the same as static in C.