NVDA Helper
In-process and lite high-speed utilities for NVDA
EventRecordConstraints Concept Reference
#include <
eventRecord.h
>
Concept definition
template
<
typename
T>
concept
EventRecordConstraints
=
requires
(T t) {
{ t.generateCoalescingKey() } -> std::same_as<std::vector<int>>;
requires
supports_alternative<T, EventRecordVariant_t>
;
}
EventRecordConstraints
Definition
eventRecord.h:103
supports_alternative
Definition
utils.h:43
Detailed Description
Generated on Mon Oct 28 2024 13:14:53 for NVDA Helper by
1.12.0