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