proxygen
folly::utility_detail::make_seq< Size > Struct Template Reference

#include <Utility.h>

Public Types

template<typename S0 , typename S1 >
using apply = typename make_seq_cat< typename make_seq< Size/2 >::template apply< S0, S1 >, typename make_seq< Size/2 >::template apply< S0, S1 >, typename make_seq< Size%2 >::template apply< S0, S1 >>::type
 

Detailed Description

template<std::size_t Size>
struct folly::utility_detail::make_seq< Size >

Definition at line 153 of file Utility.h.

Member Typedef Documentation

template<std::size_t Size>
template<typename S0 , typename S1 >
using folly::utility_detail::make_seq< Size >::apply = typename make_seq_cat< typename make_seq<Size / 2>::template apply<S0, S1>, typename make_seq<Size / 2>::template apply<S0, S1>, typename make_seq<Size % 2>::template apply<S0, S1>>::type

Definition at line 158 of file Utility.h.


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