fmt::text_style::operator|=

Bitwise disjunction assignment operator

Synopsis

Declared in <fmt/color.h>
constexpr
text_style&
operator|=(text_style rhs);


Return Value

Reference to the current object

Parameters

Name Description
rhs The right operand

Created with MrDocs