boost::openmethod::IsVirtualAny

Recognize a virtual_any (exposition only)

Synopsis

Declared in <boost/openmethod/interop/virtual_any.hpp>

template<
    class Any,
    class Registry>
constexpr bool IsVirtualAny = true;

Description

The specialization of IsVirtualAny that matches a virtual_any, and evaluates to true.

Template Parameters

Name

Description

Any

An any type.

Registry

A registry.

Created with MrDocs