proxygen
folly::utility_detail::make_seq_cat< S< T, Ta... >, S< T, Tb... >, S< T, Tc... > > Struct Template Reference

#include <Utility.h>

Public Types

using type = S< T, Ta...,(sizeof...(Ta)+Tb)...,(sizeof...(Ta)+sizeof...(Tb)+Tc)... >
 

Detailed Description

template<template< typename T, T... > class S, typename T, T... Ta, T... Tb, T... Tc>
struct folly::utility_detail::make_seq_cat< S< T, Ta... >, S< T, Tb... >, S< T, Tc... > >

Definition at line 137 of file Utility.h.

Member Typedef Documentation

template<template< typename T, T... > class S, typename T , T... Ta, T... Tb, T... Tc>
using folly::utility_detail::make_seq_cat< S< T, Ta... >, S< T, Tb... >, S< T, Tc... > >::type = S<T, Ta..., (sizeof...(Ta) + Tb)..., (sizeof...(Ta) + sizeof...(Tb) + Tc)...>

Definition at line 142 of file Utility.h.


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