Reference
Constructors
| Creates an iterator that can insert elements at the front of a specified container object. | 
Typedefs
| A type that represents the container into which a front insertion is to be made. | |
| A type that provides a reference to an element in a sequence controlled by the associated container. | 
Operators
| Dereferencing operator used to implement the output iterator expression *i = x for a front insertion. | |
| Increments the front_insert_iterator to the next location into which a value may be stored. | |
| Assignment operator used to implement the output iterator expression *i = x for a front insertion. |