Re: A<T> is not derived from B<T>

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, 11 Mar 2011, SPUeNTRUP - Kai Henningsen wrote:

template < class C, bool > struct accessor_parameter {
};
template <> template < class C > struct accessor_parameter <C, true > {
   typedef const C & type;
};

What is the "template <>" for?

--
Marc Glisse


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux