Struct Grid::SortComponents

Nested Relationships

This struct is a nested type of Template Class Grid.

Struct Documentation

struct SortComponents

Helper to sort components by size.

Public Functions

inline bool operator()(const std::vector<Cell*> &a, const std::vector<Cell*> &b) const

Helper to sort components by size.