boost::openmethod::virtual_traits<std::shared_ptr<Class> const&, Registry>::peek

Return a reference to a non‐modifiable Class object.

Synopsis

static
Class const&
peek(std::shared_ptr<Class> const& arg);

Return Value

A reference to the object pointed to.

Parameters

Name Description

arg

A reference to a std::shared_ptr<Class>.

Created with MrDocs