is_class
by Peter Dimov other posts by this author
Mar 18 2002 1:20PM messages near this date
Re: [boost] Lambda library - comparison with FACT and other solutions?
|
Threads: New version of barrier uploaded to files section
This post
http://groups.google.com/groups?selm=000001c1cc83%24e154d5e0%247772e50c%40c1
61550a
contains a clever is_class<> implementation based on the fact that void T::*
is only valid when T is a class.
The thread contains another gem, has_key_type<T> ::value which is true only
when T has a nested type named key_type.
--
Peter Dimov
Multi Media Ltd.
|