Sequoia
Loading...
Searching...
No Matches
sequoia::are_same< T, Ts > Struct Template Reference

Trait for determining if the elements of a set of types are all the same. More...

#include <TypeTraits.hpp>

Inheritance diagram for sequoia::are_same< T, Ts >:

Detailed Description

template<class T, class... Ts>
struct sequoia::are_same< T, Ts >

Trait for determining if the elements of a set of types are all the same.

The set must have at least one element, and in this case the trait is convertible to std::true_type.


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