opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
osc
LessThanComparable
osc::LessThanComparable Concept Reference
#include <
common_functions.h
>
Concept definition
template
<
typename
T>
concept
osc::LessThanComparable
=
requires
(
T
x,
T
y) {
{ x < y } -> std::convertible_to<bool>;
}
osc::LessThanComparable
Definition
common_functions.h:208
osc::Key::T
@ T
Generated by
1.9.8