System::SmartPtr::cend method

SmartPtr::cend method

Accessor for cend() method of an underling collection. Only compiles if SmartPtr_ is specialization type with cend() method.

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

ReturnValue

iterator to the end of collection

See Also