ATLAS Offline Software
Loading...
Searching...
No Matches
CaloRecGPU::multi_class_holder< Args > Class Template Reference

A convenient way to handle a compile-time list of types, useful for several metaprogramming techniques... More...

#include <CaloRecUtilities.h>

Collaboration diagram for CaloRecGPU::multi_class_holder< Args >:

Static Public Member Functions

static constexpr size_t size ()

Detailed Description

template<class ... Args>
class CaloRecGPU::multi_class_holder< Args >

A convenient way to handle a compile-time list of types, useful for several metaprogramming techniques...

Definition at line 16 of file CaloRecUtilities.h.

Member Function Documentation

◆ size()

template<class ... Args>
constexpr size_t CaloRecGPU::multi_class_holder< Args >::size ( )
inlinestaticconstexpr

Definition at line 17 of file CaloRecUtilities.h.

17 {
18 return sizeof...(Args);
19 }

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