boost::openmethod::StripVirtualDecorator

Removes the virtual_<> decorator, if present (exposition only).

Synopsis

template<typename T>
struct StripVirtualDecorator;

Description

Provides a nested type equal to T. The template is specialized for virtual_<T>.

Types

Name

Description

type

Same as T

Template Parameters

Name Description

T

A type.

Created with MrDocs