BuGUI
BUtton Grid User Interface
Loading...
Searching...
No Matches
bugui::has_buttons Concept Reference

Concept definition

template<typename Tp>
concept bugui::has_buttons = (std::is_aggregate_v<typename Tp::buttons>
<typename Tp::buttons::id_type>)
Definition device.hpp:40
Definition device.hpp:25