на главную | войти | регистрация | DMCA | контакты | справка | donate |      

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
А Б В Г Д Е Ж З И Й К Л М Н О П Р С Т У Ф Х Ц Ч Ш Щ Э Ю Я


моя полка | жанры | рекомендуем | рейтинг книг | рейтинг авторов | впечатления | новое | форум | сборники | читалки | авторам | добавить



Template parameters

Parameter Description Default
BidirectionalIterator The base iterator class. Incrementing an object of class reverse_bidirectional_iterator corresponds to decrementing an object of class BidirectionalIterator.
T The reverse iterator's value type. This should always be the same as the base iterator's value type.
Reference The reverse iterator's reference type. This should always be the same as the base iterator's reference type. T&
Distance The reverse iterator's distance type. This should always be the same as the base iterator's distance type. ptrdiff_t


Definition | Standard Template Library Programmer`s Guide | Type requirements