| H A D | case.hpp | 16 using Branch = std::pair<std::unique_ptr<Expression>, std::unique_ptr<Expression>>; typedef in mbgl::style::expression::Case 18 Case(type::Type type_, std::vector<Branch> branches_, std::unique_ptr<Expression> otherwise_) in Case() 33 std::vector<Branch> branches;
|