OASIS
Open Algebra Software
Loading...
Searching...
No Matches
Oasis::IsAnyOf Concept Reference

Checks if type T is same as any of the provided types in U. More...

#include <Oasis/Concepts.hpp>

Concept definition

template<typename T, typename... U>
Checks if type T is same as any of the provided types in U.
Definition Concepts.hpp:48
T is_same_v

Detailed Description

Checks if type T is same as any of the provided types in U.

Template Parameters
TThe type to compare against.
UThe comparision types.
Returns
true if T is same as any type in U, false otherwise.