xtensor
Loading...
Searching...
No Matches
xt::tracking_allocator< T, A, P >::rebind< U > Struct Template Reference

Public Types

using traits = std::allocator_traits<A>
 
using other = tracking_allocator<U, typename traits::template rebind_alloc<U>, P>
 

Detailed Description

template<class T, class A, alloc_tracking::policy P>
template<class U>
struct xt::tracking_allocator< T, A, P >::rebind< U >

Definition at line 847 of file xutils.hpp.

Member Typedef Documentation

◆ other

template<class T , class A , alloc_tracking::policy P>
template<class U >
using xt::tracking_allocator< T, A, P >::rebind< U >::other = tracking_allocator<U, typename traits::template rebind_alloc<U>, P>

Definition at line 850 of file xutils.hpp.

◆ traits

template<class T , class A , alloc_tracking::policy P>
template<class U >
using xt::tracking_allocator< T, A, P >::rebind< U >::traits = std::allocator_traits<A>

Definition at line 849 of file xutils.hpp.


The documentation for this struct was generated from the following file: