Quick Links:

bal | bbl | bdl | bsl

Public Types

bsl::conditional< false, t_TRUE_TYPE, t_FALSE_TYPE > Struct Template Reference
[Component bslmf_conditional]

#include <bslmf_conditional.h>

List of all members.

Public Types

typedef t_FALSE_TYPE type

Detailed Description

template<class t_TRUE_TYPE, class t_FALSE_TYPE>
struct bsl::conditional< false, t_TRUE_TYPE, t_FALSE_TYPE >

This partial specialization of bsl::conditional, for when the (template parameter) value t_COND is false, provides a typedef type that is an alias to the (template parameter) type t_FALSE_TYPE.

See Component bslmf_conditional


Member Typedef Documentation

template<class t_TRUE_TYPE , class t_FALSE_TYPE >
typedef t_FALSE_TYPE bsl::conditional< false, t_TRUE_TYPE, t_FALSE_TYPE >::type

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