System::SmartPtr::end metod
SmartPtr::end() method
Åtkomstfunktion för end() metod i en underliggande samling. Kompileras endast om SmartPtr_ är specialiseringstyp med end() metod.
template<typename Q> decltype(std::declval<Q>().end()) System::SmartPtr<T>::end()
ReturnValue
iterator till slutet av samlingen
Se även
- Class SmartPtr
- Namespace System
- Library Aspose.PDF for C++
SmartPtr::end() const method
Åtkomstfunktion för end() metod i en underliggande samling. Kompileras endast om SmartPtr_ är specialiseringstyp med end() metod.
template<typename Q> decltype(std::declval<const Q>().end()) System::SmartPtr<T>::end() const
ReturnValue
iterator till slutet av samlingen
Se även
- Class SmartPtr
- Namespace System
- Library Aspose.PDF for C++