12 namespace bnb {
namespace interfaces {
14 enum class feature_id : int {
52 acne_eyebags_skin_smoothing,
70 struct hash<::bnb::interfaces::feature_id> {
71 size_t operator()(::bnb::interfaces::feature_id type)
const {
72 return std::hash<int>()(
static_cast<int>(type));