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