Return a pointer to the bsl::deque contained in the Deque managed by this object. The behavior is undefined if this ConstProctor has been released.

Synopsis

Declared in <bdlcc_deque.h>

bsl::deque<TYPE> const*
operator‐>() const;

Return Value

a const pointer to the managed bsl::deque

Created with MrDocs