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

#include <typelist.hpp>

Public Types

using type = list< typename Transformer::template transform< List >::type... >
 

Detailed Description

template<typename... List, typename Transformer>
struct fc::typelist::impl::transform< list< List... >, Transformer >

Definition at line 53 of file typelist.hpp.

Member Typedef Documentation

◆ type

template<typename... List, typename Transformer >
using fc::typelist::impl::transform< list< List... >, Transformer >::type = list<typename Transformer::template transform<List>::type...>

Definition at line 54 of file typelist.hpp.


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