...
Related Guidelines
CERT C++ Coding Standard | EXP58-CPP. Do not pass a reference or nontrivially copyable Pass an object of the correct type to va_start |
Bibliography
[ISO/IEC 14882-2014] | Clause 9, "Classes" Subclause 7.5, "Linkage Specifications" |
...