System::SmartPtr::cend method

SmartPtr::cend method

Åtkomstmetod för cend()-metoden i en underliggande samling. Kompileras endast om SmartPtr_ är en specialiseringstyp med cend()-metod.

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

ReturnValue

iterator till slutet av samlingen

Se även