Partial specialization for const-volatile-qualified types.
Declared in <bslmf_detectnestedtrait.h>
template<
class t_TYPE,
template<class> typename t_TRAIT>
struct DetectNestedTrait<t_TYPE const volatile, t_TRAIT>
: /* implementation-defined */::type
This partial specialization ensures that const-volatile-qualified types have the same association with a nested trait as their unqualified counterpart. Note that we delegate directly to the _Imp class template, rather than back to the primary template, to avoid an infinite recursion bug on platforms that do not correctly implement "abominable" function types with cv-qualifiers.
| Name | Description |
|---|---|
/* implementation-defined */::type |