boost::corosio::operator|=
Compound assignment OR.
Synopsis
Declared in <boost/corosio/signal_set.hpp>
constexpr
flags_t&
operator|=(
flags_t& a,
flags_t b) noexcept;
Parameters
| Name | Description |
|---|---|
a |
The left operand |
b |
The right operand |
Created with MrDocs