Belle II Software development
all_same< 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< types >:

Detailed Description

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

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

If at the end the compiler ends here is because the first two types are different: so return false.

Definition at line 46 of file Filter.h.


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