CHROMA
Public Types | List of all members
Chroma::TL::ReplaceAll< Typelist< Head, Tail >, T, U > Struct Template Reference

#include <typelist.h>

Public Types

typedef Typelist< Head, typename ReplaceAll< Tail, T, U >::ResultResult
 

Detailed Description

template<class Head, class Tail, class T, class U>
struct Chroma::TL::ReplaceAll< Typelist< Head, Tail >, T, U >

Definition at line 656 of file typelist.h.

Member Typedef Documentation

◆ Result

template<class Head , class Tail , class T , class U >
typedef Typelist<Head, typename ReplaceAll<Tail, T, U>::Result> Chroma::TL::ReplaceAll< Typelist< Head, Tail >, T, U >::Result

Definition at line 660 of file typelist.h.


The documentation for this struct was generated from the following file: