[#bsl-is_convertible_v] = xref:bsl.adoc[bsl]::is_convertible_v :relfileprefix: ../ :mrdocs: This template variable represents the result value of the `bsl::is_convertible` meta‐function. == Synopsis Declared in `<bslmf_isconvertible.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class t_FROM_TYPE, class t_TO_TYPE> inline constexpr bool is_convertible_v = is_convertible<t_FROM_TYPE, t_TO_TYPE>::value; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#