address(reference x) const | bsl::polymorphic_allocator< TYPE > | inline |
address(const_reference x) const | bsl::polymorphic_allocator< TYPE > | inline |
allocate(std::size_t n) | bsl::polymorphic_allocator< TYPE > | inline |
const_pointer typedef | bsl::polymorphic_allocator< TYPE > | |
const_reference typedef | bsl::polymorphic_allocator< TYPE > | |
construct(ELEMENT_TYPE *address) | bsl::polymorphic_allocator< TYPE > | inline |
construct(ELEMENT_TYPE *address, ARG1 &argument1, ARGS &&... arguments) | bsl::polymorphic_allocator< TYPE > | inline |
construct(ELEMENT_TYPE *address, BSLS_COMPILERFEATURES_FORWARD_REF(ARG1) argument1, ARGS &&... arguments) | bsl::polymorphic_allocator< TYPE > | inline |
deallocate(TYPE *p, std::size_t n) | bsl::polymorphic_allocator< TYPE > | inline |
destroy(ELEMENT_TYPE *address) | bsl::polymorphic_allocator< TYPE > | inline |
difference_type typedef | bsl::polymorphic_allocator< TYPE > | |
max_size() const | bsl::polymorphic_allocator< TYPE > | inline |
operator!= | bsl::polymorphic_allocator< TYPE > | friend |
operator== | bsl::polymorphic_allocator< TYPE > | friend |
pointer typedef | bsl::polymorphic_allocator< TYPE > | |
polymorphic_allocator() BSLS_KEYWORD_NOEXCEPT | bsl::polymorphic_allocator< TYPE > | |
polymorphic_allocator(memory_resource *r) | bsl::polymorphic_allocator< TYPE > | inline |
polymorphic_allocator(const polymorphic_allocator &original) BSLS_KEYWORD_NOEXCEPT | bsl::polymorphic_allocator< TYPE > | inline |
polymorphic_allocator(const polymorphic_allocator< ANY_TYPE > &original) BSLS_KEYWORD_NOEXCEPT | bsl::polymorphic_allocator< TYPE > | inline |
reference typedef | bsl::polymorphic_allocator< TYPE > | |
resource() const | bsl::polymorphic_allocator< TYPE > | inline |
select_on_container_copy_construction() const | bsl::polymorphic_allocator< TYPE > | inline |
size_type typedef | bsl::polymorphic_allocator< TYPE > | |
value_type typedef | bsl::polymorphic_allocator< TYPE > | |
~polymorphic_allocator()=default | bsl::polymorphic_allocator< TYPE > | |