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