BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Types | List of all members
fc::typelist::impl::zip< list< A, As... >, list< B, Bs... > > Struct Template Reference

#include <typelist.hpp>

Public Types

using type = typename concat< list< list< A, B > >, typename zip< list< As... >, list< Bs... > >::type >::type
 

Detailed Description

template<typename A, typename... As, typename B, typename... Bs>
struct fc::typelist::impl::zip< list< A, As... >, list< B, Bs... > >

Definition at line 127 of file typelist.hpp.

Member Typedef Documentation

◆ type

template<typename A , typename... As, typename B , typename... Bs>
using fc::typelist::impl::zip< list< A, As... >, list< B, Bs... > >::type = typename concat<list<list<A, B> >, typename zip<list<As...>, list<Bs...> >::type>::type

Definition at line 128 of file typelist.hpp.


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