[Insight-developers] template <class TBlah> vs template <typename TBlah>

Lydia Ng lng@insightful.com
Mon, 4 Mar 2002 11:42:38 -0800


All,

In some classes the template parameters are defined as:

template <class TBlah>

while in others it is:

template <typename TBlah>

What is the difference between them, if any?
Style-wise which is preferred?

- Lydia