mrdocs::Param::Param

Construct a parameter with type, name, and default expression.

Synopsis

Param(
    Polymorphic<Type>&& type,
    std::string&& name,
    std::string&& def_arg);

Parameters

Name

Description

type

Parameter type.

name

Parameter identifier.

def_arg

Default argument expression, if present.

Created with MrDocs