template struct custom_allocator::rebind

Overview

template <typename U>
struct rebind
{
    // typedefs

    typedef custom_allocator<U> other;
};