Rose::Cmdline::NormalizeIncludePathOptions
Convert ‐I <path> to ‐I<path>
Synopsis
Declared in <SageIII/sage_support/cmdline.h>
std::vector<std::string>
NormalizeIncludePathOptions(std::vector<std::string>& argv);
Return Value
A standard container which offers fixed time access to individual elements in any order.
Parameters
Name |
Description |
argv |
A standard container which offers fixed time access to individual elements in any order. |
Created with MrDocs