Create an empty function object. Optionally specify an allocator (e.g., the address of a bslma::Allocator object) to supply memory; otherwise, the default allocator is used.

Synopsis

Declared in <bslstl_function.h>

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

Created with MrDocs