рантайме?
Да, как это понимаю я
Нет, не будет
Почему нет?
Потому что in line, ты же сам текст описания давал
Я давал текст, где пишется про external linkage и то, что it has the same address in every translation unit
Ну, а какой линкадж у static class member?
External, я выше приводил текст: Static data members of a class in namespace scope have external linkage if the class itself has external linkage (is not a member of unnamed namespace)
Ну, добавляем inline, что получится? Разные адреса переменных, то есть много переменных
Один адрес на всех одну единственную переменную: An inline function or variable (since C++17) with external linkage (e.g. not declared static) has the following additional properties: It has the same address in every translation unit.
Обсуждают сегодня