How can I prove that inline functions default to internal linkage?

796 Views Asked by At

How can I prove that inline functions iin class default to internal linkage?

In other words/:

How can I display output of internal linkage to console?

EDIT: unix platform

1

There are 1 best solutions below

4
On BEST ANSWER

Here is an FAQ about inline functions http://www.parashift.com/c++-faq-lite/inline-functions.html.