mrdocs::findGenerator

Find a generator by its id.

Synopsis

Declared in <mrdocs/Generator.hpp>

Generator const*
findGenerator(std::string_view id) noexcept;

Thread Safety

This function is thread‐safe and may be called concurrently from multiple threads.

Return Value

A pointer to the generator, or nullptr if no generator with the given id exists.

Parameters

Name Description

id

The symbolic name of the generator. The name must be an exact match, including case.

Created with MrDocs