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

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

#include <util.h>

Concept definition

template<typename T, typename... U>
concept bbm::concepts::same_as_all = (std::same_as<T, U> && ...)
true if type is the same as all of the listed types
Definition: util.h:37

Detailed Description

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