Stratax
0.3.1
Loading...
Searching...
No Matches
stratax::core::concept_detail::SameAsAny Concept Reference
Concept definition
template
<
typename
T,
typename
... Candidates>
concept
stratax::core::concept_detail::SameAsAny
=
(std::same_as<std::remove_cvref_t<T>, Candidates> || ...)
stratax::core::concept_detail::SameAsAny
Definition
Concepts.hpp:14
Detailed Description
Definition at line
14
of file
Concepts.hpp
.
stratax
core
concept_detail
SameAsAny
Generated by
1.9.8