capydi
Loading...
Searching...
No Matches
Append.hpp
Go to the documentation of this file.
1#ifndef CAPYDI_APPEND_HPP
2#define CAPYDI_APPEND_HPP
3
4#include "legacy/Append.hpp"
5
6namespace capy::meta
7{
8
9template<typename Element, typename Pack>
11
12}
13
14#endif // !CAPYDI_APPEND_HPP
typename Append< Element, Pack >::type append_t
Definition Append.hpp:19
Definition Rebind.hpp:7
legacy::append_t< Pack, Element > pack_append_t
Definition Append.hpp:10