19 #ifndef MIR_GEOMETRY_RECTANGLES_H_
20 #define MIR_GEOMETRY_RECTANGLES_H_
26 #include <initializer_list>
37 Rectangles(std::initializer_list<Rectangle>
const& rects);
46 typedef std::vector<Rectangle>::size_type
size_type;
55 std::vector<Rectangle> rectangles;