OMNI_BIND_CONST_EX
MACRO

OMNI_BIND_CONST_EX - A helper macro for binding the omni::delegate to const members

SYNOPSIS top

This macro is similar in to the OMNI_BIND_EX macro, except it calls the omni::delegate::bind_const function to bind to member functions with the const qualifier.

DESCRIPTION top

See the documentation for OMNI_BIND for more information.

CONSIDERATIONS top

No special considerations.

PLATFORM SPECIFIC top

No platform specific notes.

NOTES top

None.