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