21 std::vector<Term::Option> cleaned;
27 if(count > anti_count) { cleaned.emplace_back(
m_Options[0]); }
28 else if(count < anti_count) { cleaned.emplace_back(
static_cast<Term::Option>(-1 *
static_cast<std::int16_t
>(
m_Options[0]))); }
bool operator!=(const Options &options) const
bool has(const Option &option) const noexcept
bool operator==(const Options &options) const
std::vector< Term::Option > m_Options
Option
Option to set-up the terminal.