4#ifndef FTXUI_SCREEN_BOX_HPP
5#define FTXUI_SCREEN_BOX_HPP
17 bool Contain(
int x,
int y)
const;
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