same_as_any_of Concept Reference
#include "
InsightsUtility.h
"
Concept definition
template
<
typename
T,
typename
... Ts>
concept
same_as_any_of
= (std::same_as<T, Ts> or ...)
same_as_any_of
Definition
InsightsUtility.h:34
Detailed Description
Definition at line
34
of file
InsightsUtility.h
.
Generated by
1.9.8