Midge
v3.9.2
Data Processing Framework
|
Go to the source code of this file.
Classes | |
struct | type_rename_impl< x_a, x_b > |
struct | type_rename_impl< x_a< x_types... >, x_b > |
Namespaces | |
midge | |
Typedefs | |
template<class x_a , template< class... > class x_b> | |
using | type_rename = typename type_rename_impl< x_a, x_b >::type |
Replaces type A with type B; e.g. type_rename<type_list<int, float>, std::pair> –> std::pair<int, float> More... | |