System::SmartPtr::cend 方法

SmartPtr::cend method

底层集合的 cend() 方法的访问器。仅当 SmartPtr_ 是具有 cend() 方法的特化类型时才会编译。

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

ReturnValue

指向集合末尾的迭代器

另见