mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-16 15:14:13 +00:00
iterator.hpp 追加
utility.hpp 追加
This commit is contained in:
parent
8b357a75da
commit
071d7dd49b
10 changed files with 359 additions and 138 deletions
9
sprout/iterator.hpp
Normal file
9
sprout/iterator.hpp
Normal file
|
@ -0,0 +1,9 @@
|
|||
#ifndef SPROUT_ITERATOR_HPP
|
||||
#define SPROUT_ITERATOR_HPP
|
||||
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/iterator/next.hpp>
|
||||
#include <sprout/iterator/prev.hpp>
|
||||
#include <sprout/iterator/reverse_iterator.hpp>
|
||||
|
||||
#endif // #ifndef SPROUT_ITERATOR_HPP
|
Loading…
Add table
Add a link
Reference in a new issue