boost::openmethod::virtual_traits<boost::intrusive_ptr<Class> const&, Registry>::peek
Return a reference to a non‐modifiable Class object.
Synopsis
Declared in <boost/openmethod/interop/boost_intrusive_ptr.hpp>
static
Class const&
peek(boost::intrusive_ptr<Class> const& arg);
Parameters
| Name | Description |
|---|---|
arg |
A reference to a |
Created with MrDocs