Quick Links:

bal | bbl | bdl | bsl

bsl::is_enum< t_TYPE > Struct Template Reference

#include <bslmf_isenum.h>


Detailed Description

template<class t_TYPE>
struct bsl::is_enum< t_TYPE >

This formula determines whether or not most (complete) types are, or are not, enumerations using only facilities available to a C++03 compiler; additional specializations will handle the remaining corner cases.

See Component bslmf_isenum


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