Loading...
Searching...
No Matches
bbm::concepts::same_as_any Concept Reference

true if type is the same as any of the listed types More...

#include <util.h>

Concept definition

template<typename T, typename... U>
concept bbm::concepts::same_as_any = (std::same_as<T, U> || ...)
true if type is the same as any of the listed types
Definition: util.h:31

Detailed Description

true if type is the same as any of the listed types