12 namespace bnb {
namespace interfaces {
14 enum class action_units_indices : int {
81 struct hash<::bnb::interfaces::action_units_indices> {
82 size_t operator()(::bnb::interfaces::action_units_indices type)
const {
83 return std::hash<int>()(
static_cast<int>(type));