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