utility 2026.1.9
A comprehensive C++ utilities library tailored for the development of modern desktop and extended reality (XR) applications.
Loading...
Searching...
No Matches
utility::event::InheritFromHandEvent Concept Reference

Concept to ensure a type inherits from HandEvent. More...

#include <headers/utility/event/hand_event.hpp>

Concept definition

template<typename Type>
concept utility::event::InheritFromHandEvent = std::is_base_of_v<HandEvent, Type>
Concept to ensure a type inherits from HandEvent.

Detailed Description

Concept to ensure a type inherits from HandEvent.

Template Parameters
TypeThe type to check.

Definition at line 148 of file hand_event.hpp.