How to Declare Non-Template Functions and Classes as Friends of a Template
A friend of a class template can be a function template or class template, a specialization of a function template or class template, or an ordinary (non-template) function or class.