Bitwise disjunction operators
Declared in <fmt/color.h>
Combines two emphases into a text style with both applied.
constexpr
text_style
operator|(
emphasis lhs,
emphasis rhs) noexcept;
» more...
Combines lhs and rhs into a new style with their colors and emphases merged.
constexpr
text_style
operator|(
text_style lhs,
text_style rhs);
» more...
lhs and rhs merged.| Name | Description |
|---|---|
| lhs | The first emphasis. |
| rhs | The second emphasis. |