Create an empty function object using the specified allocator (e.g., the address of a bslma::Allocator object) to supply memory.

Synopsis

Declared in <bslstl_function.h>

function(
    std::allocator_arg_t,
    allocator_type const& allocator) noexcept;

Created with MrDocs