Is it possible to declare template functions in a header file without first declaring them in a class?
Printable View
Is it possible to declare template functions in a header file without first declaring them in a class?
It is possible, even though your question is not very clear.
The STL library is a template library and only consists of header files.
STL contains template classes and well as global template functions.
Not really understand your question.