S
Steve
Hi all,
Is template code "always" inlined???
Or will compilers instantiate template functions separately if they
are large?
Also, what happens to the code if explicit instantiation mechanism is
used? ]
Are template functions, objects and member functions then placed as
separate entities within the object file, as with any non templated
functions.???
Is template code "always" inlined???
Or will compilers instantiate template functions separately if they
are large?
Also, what happens to the code if explicit instantiation mechanism is
used? ]
Are template functions, objects and member functions then placed as
separate entities within the object file, as with any non templated
functions.???