Midge
v3.9.2
Data Processing Framework
|
#include <type_traits>
Go to the source code of this file.
Classes | |
struct | type_replace_imp< x_list, x_find, x_replace > |
struct | type_replace_imp< x_list< x_types... >, x_find, x_replace > |
Namespaces | |
midge | |
Typedefs | |
template<class x_list , class x_find , class x_replace > | |
using | type_replace = typename type_replace_imp< x_list, x_find, x_replace >::type |