| Thrill
    0.1
    | 
#include <tmeta.hpp>
| Public Types | |
| using | type = typename std::conditional< found, typename Case::Type, typename SWITCH< Tag, NextCase >::type >::type | 
| Private Types | |
| enum | { caseTag = Case::tag, found = (caseTag == Tag || caseTag == DEFAULT) } | 
| using | NextCase = typename Case::Next |