C++ Functional Library - Functional



Description

It destroys the std::function instance.

Declaration

Following is the declaration for std::function::~function.

~function();

C++11

~function();

Parameters

none

Return Value

none

Exceptions

No-noexcept − this member function never throws exceptions.

functional.htm
Advertisements