boost::openmethod::VirtualTraits::peek
Returns a reference to the object to use for dispatch.
Synopsis
Declared in <boost/openmethod/core.hpp>
static
virtual_type const&
peek(T arg);
Description
Return a reference to the object to use for dispatch. arg may not be copied, moved or altered in any way.
Parameters
| Name | Description |
|---|---|
arg |
An argument passed to the method call. |
Created with MrDocs