Template Struct MessageDeleterHelper

Struct Documentation

template<typename MessageT, typename AllocatorT>
struct MessageDeleterHelper

Public Types

using AllocTraits = allocator::AllocRebind<MessageT, AllocatorT>
using Alloc = typename AllocTraits::allocator_type
using Deleter = allocator::Deleter<Alloc, MessageT>