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);
Parameters
Name |
Description |
arg |
A reference to a |
Created with MrDocs