13 struct GetAllocatorFunction : ForwardingQuery {
15 constexpr auto operator()(T&& value)
const -> concepts::Allocator
auto {
16 if constexpr (concepts::TagInvocable<GetAllocatorFunction, T const&>) {
23 constexpr auto operator()()
const;
constexpr auto get_allocator
Definition get_allocator.h:27
constexpr tag_invoke_detail::TagInvokeFn tag_invoke
Definition tag_invoke.h:22