mrdocs::FunctionSymbol::ReturnType

Info about the return type of this function.

Synopsis

Polymorphic<Type> ReturnType = Polymorphic<Type>(AutoType{});

Description

If the function has a deduced return type, this contains auto to indicate that.

By default, we also use auto in the member to indicate an unknown return type.

Created with MrDocs