std::experimental::function::function (3) Linux Manual Page
std::experimental::function<R(Args…)>::function – std::experimental::function<R(Args…)>::function Synopsis function() noexcept; (1)(library fundamentals TS) function(std::nullptr_t) noexcept; (2)(library fundamentals TS) function(const function &other); (3)(library fundamentals TS) function(function &&other); (4)(library fundamentals TS) template <class F> (5)(library fundamentals TS) function(F f); template <class Alloc> (6)(library fundamentals TS) function(std::allocator_arg_t, const Alloc &alloc) noexcept; template <class Alloc> function(std::allocator_arg_t, const Alloc &alloc, (7)(library fundamentals TS) std::nullptr_t)…
