Quick Links:

bal | bbl | bdl | bsl

bsl::Is_Empty_Imp< t_TYPE, BSLMF_VOIDTYPE(int t_TYPE::*)> Struct Template Reference
[Component bslmf_isempty]

#include <bslmf_isempty.h>


Detailed Description

template<class t_TYPE>
struct bsl::Is_Empty_Imp< t_TYPE, BSLMF_VOIDTYPE(int t_TYPE::*)>

Private class: do not use outside of bslmf_isempty component. Implementation of bsl::is_empty. This partial specialization derives from the nested type member of the Is_Empty_Class_Imp meta-function, which must be true_type if (the template parameter) t_TYPE is an empty class, and false_type otherwise.

See Component bslmf_isempty


The documentation for this struct was generated from the following file: