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>>;
}
Definition eventRecord.h:103
Definition utils.h:43

Detailed Description