Audacity 3.2.0
Public Types | Static Public Attributes | List of all members
TypeSwitch::detail::Executor< R, ArgumentTypes, Funs, Args >::Combine< Fs, Wrapped >::CombineOp< BaseClass, NextBase >::Case1_ Struct Reference

#include <TypeSwitch.h>

Public Types

using type = Wrapper
 

Static Public Attributes

static constexpr bool value
 

Detailed Description

template<typename R, typename ArgumentTypes, typename Funs, typename... Args>
template<typename Fs, typename Wrapped>
template<typename BaseClass, typename NextBase>
struct TypeSwitch::detail::Executor< R, ArgumentTypes, Funs, Args >::Combine< Fs, Wrapped >::CombineOp< BaseClass, NextBase >::Case1_

Definition at line 131 of file TypeSwitch.h.

Member Typedef Documentation

◆ type

template<typename R , typename ArgumentTypes , typename Funs , typename... Args>
template<typename Fs , typename Wrapped >
template<typename BaseClass , typename NextBase >
using TypeSwitch::detail::Executor< R, ArgumentTypes, Funs, Args >::Combine< Fs, Wrapped >::CombineOp< BaseClass, NextBase >::Case1_::type = Wrapper

Definition at line 134 of file TypeSwitch.h.

Member Data Documentation

◆ value

template<typename R , typename ArgumentTypes , typename Funs , typename... Args>
template<typename Fs , typename Wrapped >
template<typename BaseClass , typename NextBase >
constexpr bool TypeSwitch::detail::Executor< R, ArgumentTypes, Funs, Args >::Combine< Fs, Wrapped >::CombineOp< BaseClass, NextBase >::Case1_::value
staticconstexpr
Initial value:
= std::is_invocable_v<
std::invoke_result_t<F, Dummy &&>, BaseClass&, Args&&...>

Definition at line 132 of file TypeSwitch.h.


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