Toolbox snapshot
The Reactive C++ Toolbox
|
Utility class that allows an argv array to be treated as a sequence. More...
#include <toolbox/util/Argv.hpp>
Public Types | |
using | ConstIterator = const char *const * |
Public Member Functions | |
constexpr | ArgvSequence (int argc, const char *const argv[]) |
~ArgvSequence ()=default | |
constexpr | ArgvSequence (const ArgvSequence &) noexcept=default |
constexpr ArgvSequence & | operator= (const ArgvSequence &) noexcept=default |
constexpr | ArgvSequence (ArgvSequence &&) noexcept=default |
constexpr ArgvSequence & | operator= (ArgvSequence &&) noexcept=default |
constexpr ConstIterator | begin () const noexcept |
constexpr ConstIterator | end () const noexcept |
Utility class that allows an argv array to be treated as a sequence.
|
default |
|
constexprdefaultnoexcept |
|
constexprdefaultnoexcept |
|
constexprdefaultnoexcept |
|
constexprdefaultnoexcept |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |