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

Detailed Description

template<typename T>
struct Belle2::all_same< T >

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

It is true if the template pack is formed by a single type.

Definition at line 54 of file Filter.h.


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