Constructs a SymbolGlobPattern with the given pattern.

Synopsis

Declared in <mrdocs/Support/Filesystem/Glob.hpp>

static
Expected<SymbolGlobPattern>
create(std::string_view const pattern);

Return Value

The mrdocs result type: polyfill::expected defaulting the error to Error.

Parameters

Name

Description

pattern

The glob pattern to use for matching.

Created with MrDocs