boost::msm::backmp11::state_machine::is_flag_active
Checks if a flag is active, using the BinaryOp (default flag_or) as folding function.
Synopsis
Declared in <boost/msm/backmp11/state_machine.hpp>
template<
typename Flag,
typename BinaryOp = flag_or>
bool
is_flag_active() const;
Created with MrDocs