System::SmartPtr::cbegin 方法

SmartPtr::cbegin method

用于底层集合的 cbegin() 方法的访问器。仅在 SmartPtr_ 为具有 cbegin() 方法的特化类型时编译。

template<typename Q> decltype(std::declval<const Q>().cbegin()) System::SmartPtr<T>::cbegin() const

ReturnValue

指向集合起始位置的迭代器

另见