cbegin()

SmartPtr::cbegin() const method

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

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

Return Value

iterator to the begin of collection

See Also