NVIDIA Iray API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mi::base::Std_allocator< T >::rebind< T1 > Struct Template Reference

Rebind helper struct to define a new class instance of this allocator template instantiated for the new value type T1. More...

Public Types

typedef Std_allocator< T1 >  other
  Rebind type, defines a new class instance of this allocator template instantiated for the new value type T1. More...
 

Detailed Description

template<class T>
template<class T1>
struct mi::base::Std_allocator< T >::rebind< T1 >

Rebind helper struct to define a new class instance of this allocator template instantiated for the new value type T1.

Member Typedef Documentation

template<class T>
template<class T1 >
typedef Std_allocator<T1> mi::base::Std_allocator< T >::rebind< T1 >::other

Rebind type, defines a new class instance of this allocator template instantiated for the new value type T1.