Rose::Cmdline::normalizeAndAppendIncludeOption
Synopsis
Declared in <clang‐include‐option.h>
template<
typename IndexType,
typename CountType,
typename NextArgumentProvider>
IncludeOptionParseResult
normalizeAndAppendIncludeOption(
std::string const& current_arg,
IndexType& index,
CountType arg_count,
NextArgumentProvider&& next_argument,
std::vector<std::string>& output_args);
Created with MrDocs