Return a reference to the bsl::deque managed by this Proctor 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 reference to the managed bsl::deque
Created with MrDocs