what is template<typename> struct +; ?

25 Jan
2010
25 Jan
'10
1:18 a.m.
While trying to read \boost\fusion adapt_struct.hpp and understand the internals of BOOST_FUSION_ADAPT_STRUCT. I came across this code: namespace boost { namespace mpl \ { \ template<typename> \ struct +; \ \ //.... }} Can anyone please explain what " template<typename> struct +; " means here? I am puzzled how it ever compiles as an operator is used as a class name. Thanks.
5577
Age (days ago)
5577
Last active (days ago)
1 comments
2 participants
participants (2)
-
Edward Diener
-
Tan, Tom (Shanghai)