WireCellToolkit
Wire Cell Simulation, Signal Process and Reconstruction Toolki for Liquid Argon Detectors
WireCell::tuple_helper< T< Types... > >::Wrapped< Container > Struct Template Reference

#include <TupleHelpers.h>

Public Types

typedef std::tuple< Container< Types >... > type
 

Detailed Description

template<template< typename... > class T, typename... Types>
template<template< typename... > class Container>
struct WireCell::tuple_helper< T< Types... > >::Wrapped< Container >

Make a new tuple type which each element is a container holding type of original tuple element.

Definition at line 71 of file TupleHelpers.h.

Member Typedef Documentation

◆ type

template<template< typename... > class T, typename... Types>
template<template< typename... > class Container>
typedef std::tuple<Container<Types>...> WireCell::tuple_helper< T< Types... > >::Wrapped< Container >::type

Definition at line 72 of file TupleHelpers.h.


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