FreeRTOS port on GAP8/RISC-V
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Catch::append< L1< E1...>, L2< E2...> > Struct Template Reference

Public Types

using type = L1< E1..., E2...>
 

Member Typedef Documentation

template<template< typename...> class L1, typename... E1, template< typename...> class L2, typename... E2>
using Catch::append< L1< E1...>, L2< E2...> >::type = L1<E1..., E2...>