template<class _Ty , class _Derived , class _Alloc >
_Alloc _My_alloc
Definition: future:244
template<class _Ty , class _Derived , class _Alloc >
template<class _Ty , class _Derived , class _Alloc >
Implements _Deleter_base< _Ty >.
535 typedef typename _Alty0::template rebind<_Derived>
536 ::other _State_allocator;
539 typedef typename _Alty0::template rebind<_State_deleter>
540 ::other _Deleter_allocator;
541 _Deleter_allocator _Del_alloc(
_My_alloc);
543 _Derived *_Ptr =
static_cast<_Derived *
>(_State);
545 _St_alloc.destroy(_Ptr);
546 _St_alloc.deallocate(_Ptr, 1);
548 _Del_alloc.destroy(
this);
549 _Del_alloc.deallocate(
this, 1);
_Alloc _My_alloc
Definition: future:244
template<class _Ty , class _Derived , class _Alloc >
template<class _Ty , class _Derived , class _Alloc >
The documentation for this struct was generated from the following file: