Template template parameter.

Synopsis

Declared in <mrdocs/Metadata/TParam/TemplateTParam.hpp>

struct TemplateTParam final
    : TParamCommonBase<TParamKind::Template>

Base Classes

Name

Description

TParamCommonBase<TParamKind::Template>

CRTP base that fixes the parameter kind.

Static Member Functions

Name

Description

isConstant

True if the parameter is a non‐type parameter.

isTemplate

True if the parameter is a template template parameter.

isType

True if the parameter is a type parameter.

Data Members

Name

Description

Params

Template parameters for the template‐template parameter

Static Data Members

Name

Description

kind_id

Static discriminator for the concrete parameter.

Created with MrDocs