BuGUI
BUtton Grid User Interface
Loading...
Searching...
No Matches
bugui::has_held_removed Concept Reference
Concept definition
template
<
typename
T>
concept
bugui::has_held_removed
=
requires
(T t)
{
{ t.on_held_removed() } ->
is_void
;
}
bugui::has_held_removed
Definition
widget.hpp:57
bugui::is_void
Definition
common.hpp:10
bugui
has_held_removed
Generated by
1.15.0