boost::msm::backmp11::operator&
Bitwise conjunction operator
Synopsis
Declared in <boost/msm/backmp11/common_types.hpp>
constexpr
process_result
operator&(
process_result lhs,
process_result rhs);
Return Value
Return type of state_machine::process_event calls.
Parameters
Name |
Description |
lhs |
The left operand |
rhs |
The right operand |
Created with MrDocs