Statements (26)
Predicate | Object |
---|---|
gptkbp:instanceOf |
C++ class template
|
gptkbp:category |
output iterator
|
gptkbp:commonIn |
gptkb:std::vector
gptkb:std::deque gptkb:std::list |
gptkbp:definedIn |
<iterator> header
|
https://www.w3.org/2000/01/rdf-schema#label |
std::back insert iterator
|
gptkbp:introducedIn |
gptkb:C++98
|
gptkbp:member |
operator*
operator++ operator= back_insert_iterator container_type operator++(int) |
gptkbp:namespace |
std
|
gptkbp:operator* |
returns reference to itself
|
gptkbp:operator++ |
returns reference to itself
|
gptkbp:operator++(int) |
returns reference to itself
|
gptkbp:operator= |
appends value to the container
|
gptkbp:parameter |
gptkb:ferry
|
gptkbp:purpose |
adapts a container to support output iterator operations that append to the container
|
gptkbp:seeAlso |
gptkb:std::front_insert_iterator
gptkb:std::insert_iterator |
gptkbp:usedFor |
std::back_inserter
|
gptkbp:bfsParent |
gptkb:C++_Standard_Library_iterators
|
gptkbp:bfsLayer |
8
|