boost::openmethod::virtual_traits<boost::any&, Registry>
Specialize virtual_traits for boost::any& (mutable reference).
Synopsis
Declared in <boost/openmethod/interop/boost_any.hpp>
template<class Registry>
struct virtual_traits<boost::any&, Registry>;
Description
Dispatch is based on the runtime type of the value stored in the any, obtained via boost::any::type().