|
My Project
|
Encapsulates the argc, argv arguments that are passed to traditional C applications using a bsl::span. More...
#include <arguments.hpp>
Public Member Functions | |
| constexpr | arguments (bsl::int32 const argc, bsl::cstr_type const *const argv) noexcept |
| Creates a bsl::arguments object given a provided argc and argv. More... | |
Encapsulates the argc, argv arguments that are passed to traditional C applications using a bsl::span.
|
inlinenoexcept |
Creates a bsl::arguments object given a provided argc and argv.
| argc | the total number of arguments passed to the application |
| argv | the arguments passed to the application |
1.8.15