Banuba SDK
Loading...
Searching...
No Matches
Enumerations
hardware_class.hpp File Reference
#include <functional>

Go to the source code of this file.

Enumerations

enum class  hardware_class : int { low , medium , high }
 

Enumeration Type Documentation

◆ hardware_class

enum class bnb::interfaces::hardware_class : int
strong

Definition at line 14 of file hardware_class.hpp.

14 : int {
15 low,
16 medium,
17 high,
18};