My Project
Public Member Functions | List of all members
bsl::arguments Class Referencefinal

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...
 

Detailed Description

Encapsulates the argc, argv arguments that are passed to traditional C applications using a bsl::span.

Constructor & Destructor Documentation

◆ arguments()

constexpr bsl::arguments::arguments ( bsl::int32 const  argc,
bsl::cstr_type const *const  argv 
)
inlinenoexcept

Creates a bsl::arguments object given a provided argc and argv.

Parameters
argcthe total number of arguments passed to the application
argvthe arguments passed to the application

The documentation for this class was generated from the following file: