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

#include <typelist.hpp>

Public Types

using type = Delegate< Ts... >
 

Detailed Description

template<typename... Ts, template< typename... > class Delegate>
struct fc::typelist::impl::apply< list< Ts... >, Delegate >

Definition at line 24 of file typelist.hpp.

Member Typedef Documentation

◆ type

template<typename... Ts, template< typename... > class Delegate>
using fc::typelist::impl::apply< list< Ts... >, Delegate >::type = Delegate<Ts...>

Definition at line 24 of file typelist.hpp.


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