boost::openmethod::StripVirtualDecorator
Removes the virtual_<> decorator, if present (exposition only).
Synopsis
Declared in <boost/openmethod/core.hpp>
template<typename T>
struct StripVirtualDecorator;
Description
Provides a nested type equal to T. The template is specialized for virtual_<T>.
Template Parameters
| Name | Description |
|---|---|
T |
A type. |
Created with MrDocs