Searched defs:module_local (Results 1 – 3 of 3) sorted by relevance
72 struct module_local { const bool value; constexpr module_local(bool v = true) : value(v) { } }; in value() argument
910 .. _module_local: target in Multiple Inheritance
149 bool module_local : 1; member