LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
hit::details::TemplateArgumentHelper< NArg, FirstArg, Args > Struct Template Reference

Struct with member type corresponding to the NArg-th type from Args. More...

#include "GausFitCache.h"

Public Types

using type = typename TemplateArgumentHelper< NArg-1, Args... >::type
 

Detailed Description

template<unsigned int NArg, typename FirstArg, typename... Args>
struct hit::details::TemplateArgumentHelper< NArg, FirstArg, Args >

Struct with member type corresponding to the NArg-th type from Args.

Definition at line 97 of file GausFitCache.h.

Member Typedef Documentation

template<unsigned int NArg, typename FirstArg , typename... Args>
using hit::details::TemplateArgumentHelper< NArg, FirstArg, Args >::type = typename TemplateArgumentHelper<NArg - 1, Args...>::type

Definition at line 98 of file GausFitCache.h.


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