Compartilhar via


checked_array_iterator::reference

Um tipo que fornecesse uma referência a um elemento resolveu por checked_array_iterator.

typedef typename iterator_traits<_Iterator>::reference reference;

Comentários

checked_array_iterator::operator[] consulte para um exemplo de código.

Para mais informações, consulte Iteradores selecionados.

Requisitos

Cabeçalho: <iterator>

namespace: STD

Consulte também

Referência

checked_array_iterator Class

Standard Template Library