BuGUI
BUtton Grid User Interface
Loading...
Searching...
No Matches
message.hpp
1
#pragma once
2
#include <type_traits>
3
4
namespace
bugui
5
{
6
template
<
typename
T>
7
concept
is_cc
= std::is_enum_v<typename T::cc>;
8
9
template
<
typename
T>
10
concept
is_on_off
= std::is_enum_v<typename T::on_off>;
11
12
}
// namespace bugui
bugui::is_cc
Definition
message.hpp:7
bugui::is_on_off
Definition
message.hpp:10
include
concepts
message.hpp
Generated by
1.15.0