Partial specialization for const‐volatile‐qualified types.

Synopsis

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

Description

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.

Base Classes

Name

Description

/* implementation-defined */::type

Created with MrDocs