Deduce the template parameter PROTOTYPE from the signature of the function supplied to the constructor of function.

Synopsis

Declared in <bslstl_function.h>

template<
    class ALLOC,
    class RET,
    class... ARGS>
function<RET(ARGS...)>(
    std::allocator_arg_t,
    ALLOC,
    RET(*)(ARGS...)) → function<RET(ARGS...)>;

Created with MrDocs