mrdocs::TParam

Base class for a template parameter declaration.

Synopsis

struct TParam;

Member Functions

Name

Description

~TParam [destructor] [virtual]

Polymorphic base needs a virtual destructor.

asTParam

asTParam overloads

Data Members

Name

Description

Default

The default template argument, if any

IsParameterPack

Whether this template parameter is a parameter pack

Kind

The kind of template parameter this is

Name

The template parameters name, if any

Protected Member Functions

Name

Description

TParam [constructor]

Constructors

Derived Classes

Name

Description

TParamCommonBase

CRTP base that fixes the parameter kind.

Created with MrDocs