mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-14 10:39:05 +00:00
8 lines
239 B
C++
8 lines
239 B
C++
#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
|