mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-14 15:04:09 +00:00
sprout/tuple/* いろいろ追加
This commit is contained in:
parent
e11c2eb867
commit
c2b7bcd46b
13 changed files with 585 additions and 9 deletions
9
sprout/tuple/operation.hpp
Normal file
9
sprout/tuple/operation.hpp
Normal file
|
@ -0,0 +1,9 @@
|
|||
#ifndef SPROUT_TUPLE_OPERATION_HPP
|
||||
#define SPROUT_TUPLE_OPERATION_HPP
|
||||
|
||||
#include <sprout/tuple/operation/append_back.hpp>
|
||||
#include <sprout/tuple/operation/append_front.hpp>
|
||||
#include <sprout/tuple/operation/push_back.hpp>
|
||||
#include <sprout/tuple/operation/push_front.hpp>
|
||||
|
||||
#endif // #ifndef SPROUT_TUPLE_OPERATION_HPP
|
Loading…
Add table
Add a link
Reference in a new issue