PrevUpHomeNext

Function shutdown

boost::call_stack::shutdown

Synopsis

// In header: <boost/call_stack/call_stack.hpp>


bool shutdown();

Description

Explicitly de-initialize the library. Typically no explicit call is needed.

Returns:

true if successful.


PrevUpHomeNext