MDL SDK API nvidia_logo_transpbg.gif Up
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...

#include <std_allocator.h>

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.