boost::openmethod::virtual_traits<virtual_any<Any, Registry> const&, Registry>::peek

Returns a const reference to the virtual_any argument.

Synopsis

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

static
virtual_any<Any, Registry> const&
peek(virtual_any<Any, Registry> const& arg);

Return Value

A const reference to arg.

Parameters

Name

Description

arg

A reference to a virtual_any.

Created with MrDocs