Skip to main content

cppwinrt

Function cppwinrt 

Source
pub fn cppwinrt<I, S>(args: I) -> String
where I: IntoIterator<Item = S>, S: AsRef<OsStr>,
Expand description

Calls the C++/WinRT compiler with the given arguments.

Use cppwinrt(["-help"]) for available options.