The C++ destructor std::deque::~deque() destroys deque object by deallocating it's memory.
DeclarationFollowing is the declaration for std::deque::~deque() function form std::deque header.
C++98~deque();C++11
~deque();Parameters
None
Return valueDestructor never returns value.
ExceptionsThis member function never throws exception.
Time complexityLinear 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