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