opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
liboscar
concepts
same_as_any_of.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <concepts>
4
5
namespace
osc
6
{
7
// Satisfied if `T` is the same as any of `U...`
8
template
<
typename
T
,
typename
...
U
>
9
concept
SameAsAnyOf
= (std::same_as<T, U>
or
...);
10
}
osc::SameAsAnyOf
Definition
same_as_any_of.h:9
osc
Definition
custom_decoration_generator.h:5
osc::Key::U
@ U
osc::Key::T
@ T
osc::to
constexpr U to(T &&value)
Definition
conversion.h:56
Generated by
1.9.8