mimic++ v9.2.1
Loading...
Searching...
No Matches
mimicpp::util::same_as_any Concept Reference

Determines, whether T is the same as any type of the pack Others. More...

#include <Concepts.hpp>

Concept definition

template<typename T, typename... Others>
concept mimicpp::util::same_as_any = (... || std::same_as<T, Others>)
Determines, whether T is the same as any type of the pack Others.
Definition Concepts.hpp:53

Detailed Description

Determines, whether T is the same as any type of the pack Others.