boost::openmethod::VirtualTraits::cast
Casts a virtual argument.
Synopsis
Declared in <boost/openmethod/core.hpp>
template<typename U>
static
U
cast(T arg);
Template Parameters
Name |
Description |
T |
The type of a virtual parameter of a method. |
U |
The type of a virtual parameter of an overrider. |
Parameters
Name |
Description |
arg |
The argument passed to a method call. |
Created with MrDocs