bm_this — a pointer to the owning object of the current mixin
// In header: <boost/mixin/mixin.hpp>
bm_thisMuch like this is a pointer to the current class, bm_this is a macro that, for mixins, points to the current object.
It is nothing more than boost::mixin::object_of(this)
![]() |
Note |
|---|---|
You can disable the definition of this macro by defining |
See Also:
object_of()