bsl::function::function

Create a function having the same value as the specified original object, using the specified allocator to supply memory.

Synopsis

Declared in <bslstl_function.h>

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