Sprout/sprout/index_tuple/metafunction.hpp

13 lines
467 B
C++
Raw Normal View History

2013-04-06 04:06:51 +00:00
#ifndef SPROUT_INDEX_TUPLE_METAFUNCTION_HPP
#define SPROUT_INDEX_TUPLE_METAFUNCTION_HPP
#include <sprout/config.hpp>
#include <sprout/index_tuple/make_integer_seq.hpp>
#include <sprout/index_tuple/make_index_tuple.hpp>
#include <sprout/index_tuple/integer_range.hpp>
#include <sprout/index_tuple/index_range.hpp>
#include <sprout/index_tuple/integer_n.hpp>
#include <sprout/index_tuple/index_n.hpp>
#endif // #ifndef SPROUT_INDEX_TUPLE_METAFUNCTION_HPP