[#bsl-has_unique_object_representations_v] = xref:bsl.adoc[bsl]::has_unique_object_representations_v :relfileprefix: ../ :mrdocs: Variable template alias for `std::has_unique_object_representations_v`. == Synopsis Declared in `<bsl_type_traits.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> inline constexpr bool has_unique_object_representations_v = std::has_unique_object_representations<TYPE>::value; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#