LeechCraft  0.6.70-15082-g543737046d
Modular cross-platform feature rich live environment.
LC::Util::detail::DropImpl< N, List > Struct Template Reference

#include "typelist.h"

Public Types

using Result_t = typename DropImpl< N - 1, decltype(Tail(List {}))>::Result_t
 

Detailed Description

template<int N, typename List>
struct LC::Util::detail::DropImpl< N, List >

Definition at line 55 of file typelist.h.

Member Typedef Documentation

◆ Result_t

template<int N, typename List >
using LC::Util::detail::DropImpl< N, List >::Result_t = typename DropImpl<N - 1, decltype (Tail (List {}))>::Result_t

Definition at line 57 of file typelist.h.


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