mrdocs::SymbolGlobPattern::isLiteral
Checks if the glob pattern is a literal string.
Synopsis
Declared in <mrdocs/Support/Filesystem/Glob.hpp>
bool
isLiteral() const;
Description
This function determines if the glob pattern does not contain any special characters. In other words, it matches a single string.
Return Value
true if the glob pattern is a literal string, false otherwise.
Created with MrDocs