cend()

SmartPtr::cend() const method

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

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

Return Value

iterator to the end of collection

See Also