![]() |
LeechCraft
0.6.70-6645-gcd10d7e
Modular cross-platform feature rich live environment.
|
#include "typelist.h"
Public Types | |
using | Result_t = decltype(Concat(List< Head >{}, Filter_t< Pred, List< Tail... >>{})) |
Definition at line 133 of file typelist.h.
using LeechCraft::Util::detail::Filter< Pred, List< Head, Tail... >, EnableIf_t< Pred< Head >::value > >::Result_t = decltype (Concat (List<Head> {}, Filter_t<Pred, List<Tail...>> {})) |
Definition at line 135 of file typelist.h.