[#bsl-conditional-0f] = xref:bsl.adoc[bsl]::xref:bsl/conditional-0c.adoc[conditional]<false, t_TRUE_TYPE, t_FALSE_TYPE> :relfileprefix: ../ :mrdocs: 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`. == Synopsis Declared in `<bslmf_conditional.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class t_TRUE_TYPE, class t_FALSE_TYPE> struct xref:bsl/conditional-0c.adoc[conditional]<false, t_TRUE_TYPE, t_FALSE_TYPE>; ---- == Type Aliases [cols="1,4"] |=== | Name| Description | xref:bsl/conditional-0f/type.adoc[`type`] | This `typedef` is an alias to the (template parameter) type `t_FALSE_TYPE`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#