mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-18 15:24:11 +00:00
add back_inserter, front_inserter
This commit is contained in:
parent
7c706381d4
commit
74e83e31a7
70 changed files with 1094 additions and 186 deletions
8
sprout/iterator/inserter.hpp
Normal file
8
sprout/iterator/inserter.hpp
Normal file
|
@ -0,0 +1,8 @@
|
|||
#ifndef SPROUT_ITERATOR_INSERTER_HPP
|
||||
#define SPROUT_ITERATOR_INSERTER_HPP
|
||||
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/iterator/back_insert_iterator.hpp>
|
||||
#include <sprout/iterator/front_insert_iterator.hpp>
|
||||
|
||||
#endif // #ifndef SPROUT_ITERATOR_INSERTER_HPP
|
Loading…
Add table
Add a link
Reference in a new issue