Public Member Functions | |
| backInserterIterator (Container &x) | |
| backInserterIterator & | operator= (const typename Container::value_type &value) |
| backInserterIterator & | operator= (const typename Container::value_type &&value) |
| backInserterIterator & | operator* () |
| backInserterIterator & | operator++ () |
| backInserterIterator & | operator++ (int) |
Protected Attributes | |
| Container * | _container |