template struct mrpt::aligned_allocator_cpp11::rebindΒΆ

#include <mrpt/core/aligned_allocator.h>

template <class U>
struct rebind
{
    // typedefs

    typedef aligned_allocator_cpp11<U> other;
};