capydi
Loading...
Searching...
No Matches
Concat.hpp
Go to the documentation of this file.
1#ifndef CAPYDI_CONCAT_HPP_
2#define CAPYDI_CONCAT_HPP_
3
5
6namespace capy::meta
7{
8
9template<typename Pack1, typename Pack2>
11
12template<typename... Packs>
14
15}
16
17#endif // !CAPYDI_CONCAT_HPP_
typename PackConcat< Pack1, Pack2 >::type pack_concat_t
Definition PackConcat.hpp:22
typename PacksMultyConcat< Packs... >::type packs_multy_concat_t
Definition PackConcat.hpp:43
Definition Rebind.hpp:7
legacy::pack_concat_t< Pack1, Pack2 > pack_concat_t
Definition Concat.hpp:10
legacy::packs_multy_concat_t< Packs... > packs_multy_concat_t
Definition Concat.hpp:13