secure_allocator::secure_allocator

Constructors

Synopses

Declared in <support/allocators/secure.h>

Default-constructs the allocator.

secure_allocator() = default;
» more...

Converting constructor from an allocator for another type.

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

Parameters

NameDescription
otherThe allocator for another type (unused).