std::bidirectional_iterator_tag

Section: C Library Functions (3)
Updated: Wed Apr 17 2019
Page Index
 

NAME

std::bidirectional_iterator_tag - Bidirectional iterators support a superset of forward iterator operations.

 

SYNOPSIS


Inherits std::forward_iterator_tag.

Inherited by std::random_access_iterator_tag.  

Detailed Description

Bidirectional iterators support a superset of forward iterator operations.

Definition at line 99 of file stl_iterator_base_types.h.

 

Author

Generated automatically by Doxygen for libstdc++ from the source code.


 

Index

NAME
SYNOPSIS
Detailed Description
Author