Is there C++ feature to force an originally global variable to be near or in the closest distant to the operation require it but cannot redefined within the scope of that operation?
It's a reconsideration on efficiency issue.
We know copy it to somewhere nearer at least make a better,
but I purely need C++ knowledge and its growth, as C++ is famous for its vast powerful features.