1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2024-11-12 21:09:01 +00:00
Sprout/sprout/tuple/operation.hpp

10 lines
324 B
C++
Raw Normal View History

2011-11-03 17:11:19 +00:00
#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