Belle II Software development
all_same< T, T, types ... > Struct Template Reference

The all_same struct is meant to check that all the types in a template pack are of the same type. More...

#include <Filter.h>

Inheritance diagram for all_same< T, T, types ... >:
all_same< T, types ... >

Detailed Description

template<typename T, typename ... types>
struct Belle2::all_same< T, T, types ... >

The all_same struct is meant to check that all the types in a template pack are of the same type.

If the first two types are identical then eat the first one and check for the others.

Definition at line 71 of file Filter.h.


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