|
BDE 4.39.x Production Release
|
#include <bslmf_detectnestedtrait.h>
Metafunction to detect whether the specified t_TRAIT parameter is associated with the specified t_TYPE parameter using the nested type trait mechanism. The nested type is an alias for bsl::false_type unless t_TYPE is a class type that the user has associated with the specified trait using the BSLMF_NESTED_TRAIT_DECLARATION macro. Class types detect such association in the specialization below.
Public Types | |
| typedef bsl::false_type | type |
| typedef bsl::false_type bslmf::DetectNestedTrait_Imp< t_TYPE, t_TRAIT, class >::type |