Quick Links:

bal | bbl | bdl | bsl

Classes | Public Types

bsl::Is_Empty_Class_Imp< t_TYPE, true > Struct Template Reference
[Component bslmf_isempty]

#include <bslmf_isempty.h>

List of all members.

Classes

struct  Derived

Public Types

typedef integral_constant
< bool, sizeof(Derived)==sizeof(int)> 
type

Detailed Description

template<class t_TYPE>
struct bsl::Is_Empty_Class_Imp< t_TYPE, true >

Private class: do not use outside of bslmf_isempty component. Implementation of bsl::is_empty for class types that are small enough that they might be an empty class.

See Component bslmf_isempty


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