Midge  v3.9.2
Data Processing Framework
Classes | Namespaces | Typedefs
typereplace.hh File Reference
#include <type_traits>
Include dependency graph for typereplace.hh:

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