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

matching_config concept More...

#include <config.h>

Concept definition

template<typename... U>
concept bbm::concepts::matching_config = (std::same_as<typename std::decay_t<std::tuple_element_t<0, std::tuple<U...>>>::Config, typename std::decay_t<U>::Config> && ...)
matching_config concept
Definition: config.h:63

Detailed Description

matching_config concept

Checks if all types have the same config; will fail if any type is not a config.