System::SmartPtr::begin メソッド
SmartPtr::begin() method
基になるコレクションの begin() メソッドへのアクセサです。SmartPtr_ が begin() メソッドを持つ特殊化型である場合にのみコンパイルされます。
template<typename Q> decltype(std::declval<Q>().begin()) System::SmartPtr<T>::begin()
ReturnValue
コレクションの先頭へのイテレータ
参照
- Class SmartPtr
- Namespace System
- Library Aspose.Page for C++
SmartPtr::begin() const method
基になるコレクションの begin() メソッドへのアクセサです。SmartPtr_ が begin() メソッドを持つ特殊化型である場合にのみコンパイルされます。
template<typename Q> decltype(std::declval<const Q>().begin()) System::SmartPtr<T>::begin() const
ReturnValue
コレクションの先頭へのイテレータ
参照
- Class SmartPtr
- Namespace System
- Library Aspose.Page for C++