طريقة System::SmartPtr::end
SmartPtr::end() method
مستخرج لطريقة end() في مجموعة أساسية. يتم التجميع فقط إذا كان SmartPtr_ من نوع تخصص يحتوي على طريقة end().
template<typename Q> decltype(std::declval<Q>().end()) System::SmartPtr<T>::end()
ReturnValue
مؤشر إلى نهاية المجموعة
انظر أيضًا
- Class SmartPtr
- Namespace System
- Library Aspose.Font for C++
SmartPtr::end() const method
مستخرج لطريقة end() في مجموعة أساسية. يتم التجميع فقط إذا كان SmartPtr_ من نوع تخصص يحتوي على طريقة end().
template<typename Q> decltype(std::declval<const Q>().end()) System::SmartPtr<T>::end() const
ReturnValue
مؤشر إلى نهاية المجموعة
انظر أيضًا
- Class SmartPtr
- Namespace System
- Library Aspose.Font for C++