PrevUpHomeNext

Class unicast_clash

boost::mixin::unicast_clash

Synopsis

// In header: <boost/mixin/exception.hpp>


class unicast_clash : public boost::mixin::exception {
};

Description

Thrown when an object type is created which has mixins that implement the same unicast message with the same priority


PrevUpHomeNext