22 #ifndef CRAB_BACKINSERTER_H 23 #define CRAB_BACKINSERTER_H 25 #include "common/util.h" 29 template<
class Container>
32 Container *_container;
52 template<
class Container>
54 backInserter(Container &x) {
Definition: moveeffect.h:37
Out move(In first, In last, Out dst)
Definition: algorithm.h:109
Definition: backInserter.h:30