Magnum::Platform::AbstractXApplication::Arguments struct

Application arguments.

Constructors, destructors, conversion operators

Arguments(int& argc, char** argv) constexpr noexcept
Constructor.

Public variables

int& argc
Argument count.
char** argv
Argument values.