
9 Oct
2008
9 Oct
'08
2:49 a.m.
Scott McMurray wrote:
Sounds like BOOST_MPL_HAS_XXX_TRAIT_DEF : http://www.boost.org/doc/libs/1_36_0/libs/mpl/doc/refmanual/has-xxx-trait-de...
HTH, ~ Scott
No, because that only detects member typedefs. It is possible to detect members of any type, for instance, whether there exists an int T.foo. Sean