bool operator!=(const Box &other) const
bool Contain(int x, int y) const
static auto Intersection(Box a, Box b) -> Box
bool operator==(const Box &other) const
static auto Union(Box a, Box b) -> Box
Box est une structure qui représente une zone rectangulaire dans un espace 2D.
L'espace de noms FTXUI ftxui::