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