(C++) internal linkage
February 24, 2017 · View on GitHub
(C++) internal linkage
'A name has internal linkage if it is local to its translation unit and cannot collide with an identical name defined in another unit at link time' [1].
References
- John Lakos. Large-Scale C++ Software Design. 1996. ISBN: 0-201-63362-0. Chapter 1.1.2