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 |
Struct with member type corresponding to the NArg-th type from Args.
Definition at line 99 of file GausFitCache.h.
using hit::details::TemplateArgumentHelper< NArg, FirstArg, Args >::type = typename TemplateArgumentHelper<NArg - 1, Args...>::type |
Definition at line 100 of file GausFitCache.h.