boost::openmethod::virtual_traits<boost::intrusive_ptr<Class>, Registry>::peek

Return a reference to a non‐modifiable Class object.

Synopsis

static
Class const&
peek(boost::intrusive_ptr<Class> const& arg);

Return Value

A reference to the object pointed to.

Parameters

Name Description

arg

A reference to a boost::intrusive_ptr<Class>.

Created with MrDocs