BDE 4.14.0 Production release
|
#include <bslmf_if.h>
Public Types | |
typedef bsl::conditional< t_CONDITION, t_IF_TRUE_TYPE, t_IF_FALSE_TYPE >::type | Type |
This meta-function selects t_IF_TRUE_TYPE
if t_CONDITION
is non-zero. and t_IF_FALSE_TYPE
otherwise.
typedef bsl::conditional<t_CONDITION,t_IF_TRUE_TYPE,t_IF_FALSE_TYPE>::type bslmf::If< t_CONDITION, t_IF_TRUE_TYPE, t_IF_FALSE_TYPE >::Type |