|
BDE 4.39.x Production Release
|
#include <bdlat_enumfunctions.h>
Static Public Member Functions | |
| template<class TYPE > | |
| static int | makeFallback (TYPE *result, bsl::true_type) |
| template<class TYPE > | |
| static int | makeFallback (TYPE *result, bsl::false_type) |
| template<class TYPE > | |
| static bool | hasFallback (const TYPE &value, bsl::true_type) |
| template<class TYPE > | |
| static bool | hasFallback (const TYPE &value, bsl::false_type) |
| template<class TYPE > | |
| static bool | isFallback (const TYPE &value, bsl::true_type) |
| template<class TYPE > | |
| static bool | isFallback (const TYPE &value, bsl::false_type) |