Go to the source code of this file.
#define simple_trait | ( | name, | |||
default | ) |
template< typename X > struct name##_ { typedef default T; };\ template< typename X > struct name { typedef typename name##_< typename texp::ucstref<X>::T >::T T; };\
Definition at line 7 of file texp_hasfunction.hpp.