Bitcoin Core  27.99.0
P2P Digital Currency
Static Public Attributes | List of all members
subprocess::detail::has_type< F, param_pack< H, T... > > Struct Template Reference

#include <subprocess.h>

Static Public Attributes

static constexpr bool value
 

Detailed Description

template<typename F, typename H, typename... T>
struct subprocess::detail::has_type< F, param_pack< H, T... > >

Definition at line 749 of file subprocess.h.

Member Data Documentation

◆ value

template<typename F , typename H , typename... T>
constexpr bool subprocess::detail::has_type< F, param_pack< H, T... > >::value
staticconstexpr
Initial value:
=
std::is_same<F, typename std::decay<H>::type>::value ? true : has_type<F, param_pack<T...>>::value
#define T(expected, seed, data)

Definition at line 750 of file subprocess.h.


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