mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-12 14:54:10 +00:00
add index_tuple/integer_seq
This commit is contained in:
parent
6a78f64feb
commit
331aaa3559
14 changed files with 358 additions and 180 deletions
|
@ -7,10 +7,10 @@ namespace sprout {
|
|||
//
|
||||
// make_indexes
|
||||
//
|
||||
template<typename IndexTupleType>
|
||||
inline SPROUT_CONSTEXPR typename IndexTupleType::type
|
||||
template<typename Seq>
|
||||
inline SPROUT_CONSTEXPR typename Seq::type
|
||||
make_indexes() {
|
||||
return typename IndexTupleType::type();
|
||||
return typename Seq::type();
|
||||
}
|
||||
} // namespace sprout
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue