Section

std::experimental::function

std::experimental::function is a modified version of std::function with support for type-erased allocators.

# Declarations

template< class >
class function; /* undefined */

(library fundamentals TS)

template< class R, class... Args >
class function<R(Args...)>

(library fundamentals TS)