System::Collections::Specialized::StringCollection::crend मेथड
StringCollection::crend method
रिवर्स्ड कंटेनर के अंतिम तत्व के बाद के तत्व के लिए एक रिवर्स इटरेटर लौटाता है। यह गैर-रिवर्स्ड कंटेनर के पहले तत्व से पहले वाले तत्व के अनुरूप है। यह तत्व एक प्लेसहोल्डर के रूप में कार्य करता है; इसे एक्सेस करने का प्रयास करने पर अपरिभाषित व्यवहार होता है।
const_reverse_iterator System::Collections::Specialized::StringCollection::crend() const noexcept
ReturnValue
एक इटररेटर जो कंटेनर के पहले तत्व से पहले वाले सैद्धांतिक const-योग्य तत्व की ओर इशारा करता है।
संबंधित देखें
- Typedef const_reverse_iterator
- Class StringCollection
- Namespace System::Collections::Specialized
- Library Aspose.Page for C++