System::SmartPtr::end metod

SmartPtr::end() method

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

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

ReturnValue

iterator till slutet av samlingen

Se även

SmartPtr::end() const method

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

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

ReturnValue

iterator till slutet av samlingen

Se även