secure_allocator::secure_allocator

Converting constructor from an allocator for another type.

Synopsis

Declared in <support/allocators/secure.h>

template<typename U>
secure_allocator(secure_allocator<U> const& other) noexcept;

Parameters

NameDescription
otherThe allocator for another type (unused).