A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://www.tutorialspoint.com/cpp_standard_library/cpp_deque_destructor.htm below:

C++ Deque Library - ~deque() Function

C++ Deque Library - ~deque() Function Previous Quiz Next Description

The C++ destructor std::deque::~deque() destroys deque object by deallocating it's memory.

Declaration

Following is the declaration for std::deque::~deque() function form std::deque header.

C++98
~deque();
C++11
~deque();
Parameters

None

Return value

Destructor never returns value.

Exceptions

This member function never throws exception.

Time complexity

Linear i.e. O(n)

deque.htm

Print Page

Previous

Next

Advertisements


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4